Searched refs:LongWaitFactor (Results 1 – 3 of 3) sorted by relevance
114 static const int TooLargeFactor = TOO_LARGE, OnMissFactor = ON_MISS, LongWaitFactor = LONG_WAIT; member
614 doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * threshold); in forgetOutdatedState()616 …doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * (lastCleanedAge - lastGe… in forgetOutdatedState()
977 if ((threshold && sinceLastGet > Props::LongWaitFactor * threshold) || in get()978 …(cacheBinModel.lastCleanedAge && sinceLastGet > Props::LongWaitFactor * (cacheBinModel.lastCleaned… in get()