Home
last modified time | relevance | path

Searched refs:nextCache (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A Dvm.cpp180 VMCache* nextCache = (VMCache*)cache->UserData(); in Unlock() local
187 cache = nextCache; in Unlock()
199 VMCache* nextCache = fBottomCache; in UnlockKeepRefs() local
203 ? nextCache != fTopCache : cache != fTopCache) { in UnlockKeepRefs()
204 cache = nextCache; in UnlockKeepRefs()
205 nextCache = (VMCache*)cache->UserData(); in UnlockKeepRefs()
215 VMCache* nextCache = fTopCache; in RelockCaches() local
218 cache = nextCache; in RelockCaches()
219 nextCache = cache->source; in RelockCaches()
222 while (cache != fBottomCache && nextCache != NULL) { in RelockCaches()
[all …]