Home
last modified time | relevance | path

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

/sys/kern/
Dpalloc.c28 uint64_t totalPages; variable
53 totalPages = 0; in PAlloc_Init()
158 totalPages++; in PAlloc_AddRegion()
280 kprintf("Total Pages: %llu\n", totalPages); in Debug_PAllocStats()
281 kprintf("Allocated Pages: %llu\n", totalPages - freePages); in Debug_PAllocStats()