Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1750 uint64_t bytes_deleted = 0; in arc_evict_ghost() local
1773 bytes_deleted += ab->b_size; in arc_evict_ghost()
1789 if (bytes >= 0 && bytes_deleted >= bytes) in arc_evict_ghost()
1810 (bytes < 0 || bytes_deleted < bytes)) { in arc_evict_ghost()
1820 if (bytes_deleted < bytes) in arc_evict_ghost()
1822 (longlong_t)bytes_deleted, state); in arc_evict_ghost()