Lines Matching refs:nextCache
180 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()
224 cache = nextCache; in RelockCaches()
225 nextCache = cache->source; in RelockCaches()