Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c429 uint32_t nextFreeInBank; in hibernate_page_list_grab() local
432 nextFreeInBank = nextFree + 1; in hibernate_page_list_grab()
433 while ((bitmap = hibernate_page_bitmap_pin(list, &nextFreeInBank))) { in hibernate_page_list_grab()
434 nextFreeInBank += hibernate_page_bitmap_count(bitmap, FALSE, nextFreeInBank); in hibernate_page_list_grab()
435 if (nextFreeInBank <= bitmap->last_page) { in hibernate_page_list_grab()
436 *pNextFree = nextFreeInBank; in hibernate_page_list_grab()