Searched refs:ARC_EVICT_ALL (Results 1 – 2 of 2) sorted by relevance
44 #define ARC_EVICT_ALL -1ULL macro
2883 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl()2889 if ((bytes != ARC_EVICT_ALL && bytes_evicted >= bytes) || in arc_evict_state_impl()3005 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state()3036 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()3051 if (bytes == ARC_EVICT_ALL) in arc_evict_state()3052 bytes_remaining = ARC_EVICT_ALL; in arc_evict_state()3084 if (bytes != ARC_EVICT_ALL) { in arc_evict_state()3127 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()