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

/haiku/src/system/kernel/vm/
H A Dvm.cpp128 VMCacheChainLocker(VMCache* topCache) argument
130 fTopCache(topCache),
131 fBottomCache(topCache)
140 void SetTo(VMCache* topCache) argument
142 fTopCache = topCache;
143 fBottomCache = topCache;
145 if (topCache != NULL)
146 topCache->SetUserData(NULL);
381 PageFaultDone(area_id area, VMCache* topCache, VMCache* cache, argument
385 fTopCache(topCache),
2518 VMCache* topCache = vm_area_get_locked_cache(area); local
4664 VMCache* topCache; member in struct:PageFaultContext
4689 Prepare(VMCache* topCache, off_t cacheOffset) argument
6888 VMCache* topCache = vm_area_get_locked_cache(area); local
[all...]

Completed in 50 milliseconds