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

/haiku/src/system/kernel/vm/
H A Dvm.cpp124 fBottomCache(NULL)
131 fBottomCache(topCache)
143 fBottomCache = topCache;
151 if (fBottomCache == NULL || fBottomCache->source == NULL)
154 VMCache* previousCache = fBottomCache;
156 fBottomCache = fBottomCache->source;
157 fBottomCache->Lock();
158 fBottomCache
233 VMCache* fBottomCache; member in class:__anon9::VMCacheChainLocker
[all...]

Completed in 39 milliseconds