Searched refs:totalSwapPages (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp236 swap_addr_t totalSwapPages = 0; local
247 totalSwapPages += total;
253 kprintf("total: %9" B_PRIu32 "\n", totalSwapPages);
256 totalSwapPages - sAvailSwapSpace / B_PAGE_SIZE);
257 kprintf("used: %9" B_PRIu32 "\n", totalSwapPages - freeSwapPages);

Completed in 36 milliseconds