Searched refs:nextCache (Results 1 – 1 of 1) sorted by relevance
180 VMCache* nextCache = (VMCache*)cache->UserData(); in Unlock() local187 cache = nextCache; in Unlock()199 VMCache* nextCache = fBottomCache; in UnlockKeepRefs() local203 ? nextCache != fTopCache : cache != fTopCache) { in UnlockKeepRefs()204 cache = nextCache; in UnlockKeepRefs()205 nextCache = (VMCache*)cache->UserData(); in UnlockKeepRefs()215 VMCache* nextCache = fTopCache; in RelockCaches() local218 cache = nextCache; in RelockCaches()219 nextCache = cache->source; in RelockCaches()222 while (cache != fBottomCache && nextCache != NULL) { in RelockCaches()[all …]