Home
last modified time | relevance | path

Searched refs:totalEvictedBytes (Results 1 – 1 of 1) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictor.java2128 long totalEvictedBytes = 0; in evictBatch() local
2153 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()