Searched refs:next_ppnum_in_run (Results 1 – 1 of 1) sorted by relevance
10149 ppnum_t next_ppnum_in_run = 0; in hibernate_create_paddr_map() local10158 if (ppnm == NULL || VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)) != next_ppnum_in_run) { in hibernate_create_paddr_map()10167 next_ppnum_in_run = VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)) + 1; in hibernate_create_paddr_map()