Searched refs:ARC_EVICT_ALL (Results 1 – 2 of 2) sorted by relevance
44 #define ARC_EVICT_ALL -1ULL macro
3277 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl()3283 if ((bytes != ARC_EVICT_ALL && bytes_evicted >= bytes) || in arc_evict_state_impl()3399 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state()3430 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()3445 if (bytes == ARC_EVICT_ALL) in arc_evict_state()3446 bytes_remaining = ARC_EVICT_ALL; in arc_evict_state()3478 if (bytes != ARC_EVICT_ALL) { in arc_evict_state()3521 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type); in arc_flush_state()