Searched refs:maxUnusedCount (Results 1 – 1 of 1) sorted by relevance
265 int32_t maxUnusedCount = fMaxUnused; in _computeCountOfItemsToEvict() local266 if (maxUnusedCount < maxPercentageOfInUseCount) { in _computeCountOfItemsToEvict()267 maxUnusedCount = maxPercentageOfInUseCount; in _computeCountOfItemsToEvict()269 return uhash_count(fHashtable) - fItemsInUseCount - maxUnusedCount; in _computeCountOfItemsToEvict()