Searched refs:ARC_RECLAIM_CONS (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c159 ARC_RECLAIM_CONS /* Conservative reclaim strategy */ enumerator in enum:arc_reclaim_strategy
2557 arc_reclaim_strategy_t last_reclaim = ARC_RECLAIM_CONS;
2567 if (last_reclaim == ARC_RECLAIM_CONS) {
2570 last_reclaim = ARC_RECLAIM_CONS;
2581 if (needfree && last_reclaim == ARC_RECLAIM_CONS) {

Completed in 105 milliseconds