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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c4501 unsigned int pg_num; local
4503 pg_num = (unsigned int) ((dst_offset-offset)/PAGE_SIZE);
4504 assert(pg_num == (dst_offset-offset)/PAGE_SIZE);
4505 lite_list[pg_num>>5] |= 1 << (pg_num & 31);
4766 unsigned int pg_num; local
4768 pg_num = (unsigned int) ((dst_offset-offset)/PAGE_SIZE);
4769 assert(pg_num == (dst_offset-offset)/PAGE_SIZE);
4770 lite_list[pg_num>>5] |= 1 << (pg_num
5379 unsigned int pg_num; local
5791 unsigned int pg_num; local
6121 int pg_num; local
6320 unsigned int pg_num; local
6528 int pg_num; local
6886 unsigned int pg_num; local
[all...]

Completed in 205 milliseconds