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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c727 off_t swap_count, this_count; local
738 swap_count = uio_resid(uio);
744 swap_count = 0;
747 swap_count -= (read_end - file_end);
750 while (swap_count > 0) {
758 this_count = swap_count;
770 swap_count -= (prev_resid - uio_resid(uio));

Completed in 19 milliseconds