Searched refs:ARC_EVICT_ALL (Results 1 – 2 of 2) sorted by relevance
44 #define ARC_EVICT_ALL -1ULL macro
2887 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl()2893 if ((bytes != ARC_EVICT_ALL && bytes_evicted >= bytes) || in arc_evict_state_impl()3009 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state()3040 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()3055 if (bytes == ARC_EVICT_ALL) in arc_evict_state()3056 bytes_remaining = ARC_EVICT_ALL; in arc_evict_state()3088 if (bytes != ARC_EVICT_ALL) { in arc_evict_state()3131 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()