Searched refs:evicted (Results 1 – 1 of 1) sorted by relevance
2587 uint64_t evicted = arc_evict_hdr(hdr, hash_lock); in arc_evict_state_impl() local2590 bytes_evicted += evicted; in arc_evict_state_impl()2597 if (evicted != 0) in arc_evict_state_impl()2773 uint64_t evicted = 0; in arc_flush_state() local2776 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()2782 return (evicted); in arc_flush_state()3364 uint64_t evicted = 0; in arc_reclaim_thread() local3401 evicted = arc_adjust(); in arc_reclaim_thread()3414 if (arc_size <= arc_c || evicted == 0) { in arc_reclaim_thread()