Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Darc.c3394 uint64_t total_evicted = 0; in arc_evict_state() local
3430 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()
3447 else if (total_evicted < bytes) in arc_evict_state()
3448 bytes_remaining = bytes - total_evicted; in arc_evict_state()
3456 total_evicted += bytes_evicted; in arc_evict_state()
3479 ASSERT3S(total_evicted, <, bytes); in arc_evict_state()
3496 return (total_evicted); in arc_evict_state()
3559 uint64_t total_evicted = 0; in arc_adjust_meta() local
3573 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
3583 total_evicted += arc_adjust_impl(arc_mfu, 0, target, ARC_BUFC_METADATA); in arc_adjust_meta()
[all …]