Searched refs:total_evicted (Results 1 – 1 of 1) sorted by relevance
4068 uint64_t total_evicted = 0; in arc_evict_state() local4100 while (total_evicted < bytes) { in arc_evict_state()4115 if (total_evicted < bytes) in arc_evict_state()4116 bytes_remaining = bytes - total_evicted; in arc_evict_state()4124 total_evicted += bytes_evicted; in arc_evict_state()4147 ASSERT3S(total_evicted, <, bytes); in arc_evict_state()4163 return (total_evicted); in arc_evict_state()4276 uint64_t bytes, total_evicted = 0; in arc_evict() local4345 total_evicted += bytes; in arc_evict()4353 total_evicted += bytes; in arc_evict()[all …]