Lines Matching defs:total_evicted
4067 uint64_t total_evicted = 0;
4099 while (total_evicted < bytes) {
4114 if (total_evicted < bytes)
4115 bytes_remaining = bytes - total_evicted;
4123 total_evicted += bytes_evicted;
4146 ASSERT3S(total_evicted, <, bytes);
4162 return (total_evicted);
4275 uint64_t bytes, total_evicted = 0;
4344 total_evicted += bytes;
4352 total_evicted += bytes;
4357 wt -= m - total_evicted;
4361 total_evicted += bytes;
4369 total_evicted += bytes;
4402 return (total_evicted);