Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c3004 uint64_t total_evicted = 0; in arc_evict_state() local
3040 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()
3057 else if (total_evicted < bytes) in arc_evict_state()
3058 bytes_remaining = bytes - total_evicted; in arc_evict_state()
3066 total_evicted += bytes_evicted; in arc_evict_state()
3089 ASSERT3S(total_evicted, <, bytes); in arc_evict_state()
3106 return (total_evicted); in arc_evict_state()
3169 uint64_t total_evicted = 0; in arc_adjust_meta() local
3183 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
3193 total_evicted += arc_adjust_impl(arc_mfu, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
[all …]