Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c8191 ppnum_t next_ppnum_in_run = 0; in hibernate_create_paddr_map() local
8200 if (ppnm == NULL || VM_PAGE_GET_PHYS_PAGE(&vm_pages[i]) != next_ppnum_in_run) { in hibernate_create_paddr_map()
8209 next_ppnum_in_run = VM_PAGE_GET_PHYS_PAGE(&vm_pages[i]) + 1; in hibernate_create_paddr_map()