Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1606 uint64_t bytes_evicted = 0, skipped = 0, missed = 0; in arc_evict() local
1647 bytes_evicted += ab->b_size; in arc_evict()
1695 if (bytes >= 0 && bytes_evicted >= bytes) in arc_evict()
1705 if (bytes_evicted < bytes) in arc_evict()
1707 (longlong_t)bytes_evicted, state); in arc_evict()