Searched refs:totalEvictedBytes (Results 1 – 1 of 1) sorted by relevance
2128 long totalEvictedBytes = 0; in evictBatch() local2153 totalEvictedBytes = info.env.specialEviction(); in evictBatch()2156 totalEvictedBytes = firstEnvImpl.specialEviction(); in evictBatch()2165 while (totalEvictedBytes < maxEvictBytes && in evictBatch()2242 totalEvictedBytes += evictedBytes; in evictBatch()2275 totalEvictedBytes < maxEvictBytes && in evictBatch()2292 return totalEvictedBytes; in evictBatch()