Searched refs:amount_to_evict (Results 1 – 1 of 1) sorted by relevance
432 const uint64_t amount_to_evict = cache_size_ - low_watermark_; in StartEvictionIfNeeded() local436 if (evicted_so_far_size >= amount_to_evict) in StartEvictionIfNeeded()