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

/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp233 swap_addr_t totalSwapPages = 0; local
244 totalSwapPages += total;
250 kprintf("total: %9" B_PRIu32 "\n", totalSwapPages);
253 totalSwapPages - sAvailSwapSpace / B_PAGE_SIZE);
254 kprintf("used: %9" B_PRIu32 "\n", totalSwapPages - freeSwapPages);

Completed in 33 milliseconds