Searched refs:total_evicted (Results 1 – 1 of 1) sorted by relevance
4036 uint64_t total_evicted = 0; in arc_evict_state() local4072 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()4089 else if (total_evicted < bytes) in arc_evict_state()4090 bytes_remaining = bytes - total_evicted; in arc_evict_state()4098 total_evicted += bytes_evicted; in arc_evict_state()4121 ASSERT3S(total_evicted, <, bytes); in arc_evict_state()4138 return (total_evicted); in arc_evict_state()4202 uint64_t total_evicted = 0; in arc_adjust_meta() local4216 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()4227 total_evicted += arc_adjust_impl(arc_mfu, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()[all …]