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

/haiku/src/system/kernel/vm/
H A Dvm.cpp3539 uint32 rootCount = 0; local
3548 cache_info& info = rootCount < (uint32)kCacheInfoTableCount
3549 ? sCacheInfoTable[rootCount] : stackInfo;
3550 rootCount++;
3562 if (rootCount <= (uint32)kCacheInfoTableCount) {
3563 qsort(sCacheInfoTable, rootCount, sizeof(cache_info),
3572 "per cache tree...\n\n", totalCount, rootCount, sortByPageCount ?
3575 if (rootCount <= (uint32)kCacheInfoTableCount) {
3576 for (uint32 i = 0; i < rootCount; i++) {

Completed in 99 milliseconds