Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c860 off_t swap_count, this_count; in vn_read_swapfile() local
889 this_count = swap_count; in vn_read_swapfile()
890 if (this_count > PAGE_SIZE) { in vn_read_swapfile()
891 this_count = PAGE_SIZE; in vn_read_swapfile()
896 (int)this_count, in vn_read_swapfile()