Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h45 #define ARC_EVICT_ALL -1ULL macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3918 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl()
3924 if ((bytes != ARC_EVICT_ALL && bytes_evicted >= bytes) || in arc_evict_state_impl()
4041 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state()
4072 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()
4087 if (bytes == ARC_EVICT_ALL) in arc_evict_state()
4088 bytes_remaining = ARC_EVICT_ALL; in arc_evict_state()
4120 if (bytes != ARC_EVICT_ALL) { in arc_evict_state()
4163 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()