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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c3822 uint64_t total_evicted = 0; local
3858 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) {
3875 else if (total_evicted < bytes)
3876 bytes_remaining = bytes - total_evicted;
3884 total_evicted += bytes_evicted;
3907 ASSERT3S(total_evicted, <, bytes);
3924 return (total_evicted);
3987 uint64_t total_evicted = 0; local
4001 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADATA);
4012 total_evicted
4098 uint64_t total_evicted = 0; local
[all...]

Completed in 117 milliseconds