Searched refs:evictList (Results 1 – 2 of 2) sorted by relevance
450 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local454 evictList.push_back(client); in wouldEvictLocked()455 return evictList; in wouldEvictLocked()496 evictList.clear(); in wouldEvictLocked()497 evictList.push_back(client); in wouldEvictLocked()498 return evictList; in wouldEvictLocked()506 evictList.push_back(i); in wouldEvictLocked()509 evictList.clear(); in wouldEvictLocked()510 evictList.push_back(client); in wouldEvictLocked()511 return evictList; in wouldEvictLocked()[all …]
905 std::list<const std::weak_ptr<Accessor::Impl>> evictList; in evictorThread() local919 evictList.push_back(it->first); in evictorThread()927 for (auto it = evictList.begin(); it != evictList.end(); ++it) { in evictorThread()937 evictList.clear(); in evictorThread()