Searched refs:evicted (Results 1 – 1 of 1) sorted by relevance
2938 uint64_t evicted = arc_evict_hdr(hdr, hash_lock); in arc_evict_state_impl() local2941 bytes_evicted += evicted; in arc_evict_state_impl()2948 if (evicted != 0) in arc_evict_state_impl()3124 uint64_t evicted = 0; in arc_flush_state() local3127 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()3133 return (evicted); in arc_flush_state()3715 uint64_t evicted = 0; in arc_reclaim_thread() local3752 evicted = arc_adjust(); in arc_reclaim_thread()3765 if (arc_size <= arc_c || evicted == 0) { in arc_reclaim_thread()