Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c867 off_t swap_count, this_count; in vn_read_swapfile() local
896 this_count = swap_count; in vn_read_swapfile()
897 if (this_count > PAGE_SIZE) { in vn_read_swapfile()
898 this_count = PAGE_SIZE; in vn_read_swapfile()
903 (int)this_count, in vn_read_swapfile()