Searched refs:fEvictPos (Results 1 – 3 of 3) sorted by relevance
99 fEvictPos(UHASH_FIRST), in UnifiedCache()238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()240 fEvictPos = UHASH_FIRST; in _nextElement()241 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
349 mutable int32_t fEvictPos; variable