Searched refs:freePages (Results 1 – 1 of 1) sorted by relevance
29 uint64_t freePages; variable54 freePages = 0; in PAlloc_Init()159 freePages++; in PAlloc_AddRegion()207 freePages--; in PAlloc_AllocPage()239 freePages++; in PAllocFreePage()281 kprintf("Allocated Pages: %llu\n", totalPages - freePages); in Debug_PAllocStats()282 kprintf("Free Pages: %llu\n", freePages); in Debug_PAllocStats()