Searched refs:fEvictPos (Results 1 – 2 of 2) sorted by relevance
104 fEvictPos(UHASH_FIRST), in UnifiedCache()226 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()228 fEvictPos = UHASH_FIRST; in _nextElement()229 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
348 mutable int32_t fEvictPos; variable