Searched refs:evictList (Results 1 – 2 of 2) sorted by relevance
486 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local490 evictList.push_back(client); in wouldEvictLocked()491 return evictList; in wouldEvictLocked()537 evictList.push_back(i); in wouldEvictLocked()540 evictList.clear(); in wouldEvictLocked()541 evictList.push_back(client); in wouldEvictLocked()542 return evictList; in wouldEvictLocked()546 evictList.clear(); in wouldEvictLocked()547 evictList.push_back(client); in wouldEvictLocked()548 return evictList; in wouldEvictLocked()[all …]
926 std::list<const std::weak_ptr<Accessor::Impl>> evictList; in evictorThread() local940 evictList.push_back(it->first); in evictorThread()948 for (auto it = evictList.begin(); it != evictList.end(); ++it) { in evictorThread()958 evictList.clear(); in evictorThread()