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

/haiku/src/system/kernel/vm/
H A Dvm.cpp266 static const int kCacheInfoTableCount = 100 * 1024; variable
3548 cache_info& info = rootCount < (uint32)kCacheInfoTableCount
3562 if (rootCount <= (uint32)kCacheInfoTableCount) {
3575 if (rootCount <= (uint32)kCacheInfoTableCount) {
4431 ROUNDUP(kCacheInfoTableCount * sizeof(cache_info), B_PAGE_SIZE),

Completed in 52 milliseconds