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

/haiku/src/system/kernel/vm/
H A Dvm.cpp267 static cache_info* sCacheInfoTable; variable
3522 if (sCacheInfoTable == NULL) {
3549 ? sCacheInfoTable[rootCount] : stackInfo;
3563 qsort(sCacheInfoTable, rootCount, sizeof(cache_info),
3577 cache_info& info = sCacheInfoTable[i];
4434 &physicalRestrictions, (void**)&sCacheInfoTable);
4445 if (sCacheInfoTable != NULL) {

Completed in 46 milliseconds