Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c8999 ppnum_t next_ppnum_in_run = 0; in hibernate_create_paddr_map() local
9008 if (ppnm == NULL || VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)) != next_ppnum_in_run) { in hibernate_create_paddr_map()
9017 next_ppnum_in_run = VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)) + 1; in hibernate_create_paddr_map()