Home
last modified time | relevance | path

Searched refs:total_evicted (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c3000 uint64_t total_evicted = 0; in arc_evict_state() local
3036 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()
3053 else if (total_evicted < bytes) in arc_evict_state()
3054 bytes_remaining = bytes - total_evicted; in arc_evict_state()
3062 total_evicted += bytes_evicted; in arc_evict_state()
3085 ASSERT3S(total_evicted, <, bytes); in arc_evict_state()
3102 return (total_evicted); in arc_evict_state()
3165 uint64_t total_evicted = 0; in arc_adjust_meta() local
3179 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
3189 total_evicted += arc_adjust_impl(arc_mfu, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
[all …]