Home
last modified time | relevance | path

Searched refs:swap_count (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c912 off_t swap_count, this_count; in vn_read_swapfile() local
923 swap_count = uio_resid(uio); in vn_read_swapfile()
929 swap_count = 0; in vn_read_swapfile()
932 swap_count -= (read_end - file_end); in vn_read_swapfile()
935 while (swap_count > 0) { in vn_read_swapfile()
941 this_count = swap_count; in vn_read_swapfile()
953 swap_count -= (prev_resid - uio_resid(uio)); in vn_read_swapfile()