Searched refs:maxPercentageOfInUseCount (Results 1 – 1 of 1) sorted by relevance
261 int32_t maxPercentageOfInUseCount = in _computeCountOfItemsToEvict() local264 if (maxUnusedCount < maxPercentageOfInUseCount) { in _computeCountOfItemsToEvict()265 maxUnusedCount = maxPercentageOfInUseCount; in _computeCountOfItemsToEvict()