Searched refs:maxPercentageOfInUseCount (Results 1 – 1 of 1) sorted by relevance
263 int32_t maxPercentageOfInUseCount = in _computeCountOfItemsToEvict() local266 if (maxUnusedCount < maxPercentageOfInUseCount) { in _computeCountOfItemsToEvict()267 maxUnusedCount = maxPercentageOfInUseCount; in _computeCountOfItemsToEvict()