Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.c5896 unsigned int pg_num; in vm_object_upl_request() local
5898 pg_num = (unsigned int) ((dst_offset - offset) / PAGE_SIZE); in vm_object_upl_request()
5899 assert(pg_num == (dst_offset - offset) / PAGE_SIZE); in vm_object_upl_request()
5900 lite_list[pg_num >> 5] |= 1U << (pg_num & 31); in vm_object_upl_request()
6141 unsigned int pg_num; in vm_object_upl_request() local
6143 pg_num = (unsigned int) ((dst_offset - offset) / PAGE_SIZE); in vm_object_upl_request()
6144 assert(pg_num == (dst_offset - offset) / PAGE_SIZE); in vm_object_upl_request()
6145 lite_list[pg_num >> 5] |= 1U << (pg_num & 31); in vm_object_upl_request()
7030 unsigned int pg_num; in vm_map_enter_upl_range() local
7062 pg_num = (unsigned int) (new_offset / PAGE_SIZE); in vm_map_enter_upl_range()
[all …]