Searched refs:nextFreeInBank (Results 1 – 1 of 1) sorted by relevance
429 uint32_t nextFreeInBank; in hibernate_page_list_grab() local432 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()