Lines Matching refs:nextFree
428 uint32_t nextFree = *pNextFree; in hibernate_page_list_grab() local
432 nextFreeInBank = nextFree + 1; in hibernate_page_list_grab()
442 debug_code(kIOHibernateRestoreCodeNoMemory, nextFree); in hibernate_page_list_grab()
446 return nextFree; in hibernate_page_list_grab()
453 …rnate_scratch_init(hibernate_scratch_t * scratch, hibernate_page_list_t * map, uint32_t * nextFree) in hibernate_scratch_init() argument
458 scratch->nextFree = nextFree; in hibernate_scratch_init()
459 scratch->headPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_init()
489 *nextPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_io()
594 uint32_t nextFree; in hibernate_kernel_entrypoint() local
664 nextFree = 0; in hibernate_kernel_entrypoint()
665 hibernate_page_list_grab(map, &nextFree); in hibernate_kernel_entrypoint()
667 pal_hib_resume_init(&palHibCtx, map, &nextFree); in hibernate_kernel_entrypoint()
670 wkdmScratch = (uint8_t *)pal_hib_map(WKDM_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint()
795 hibernate_scratch_init(&conflictList, map, &nextFree); in hibernate_kernel_entrypoint()
814 src = (uint32_t *)pal_hib_map(COPY_PAGE_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint()
838 gIOHibernateCurrentHeader->nextFree = nextFree; in hibernate_kernel_entrypoint()