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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c583 * Number of times arc_evict_state() was unable to evict enough
3339 * (which protects us from racing with arc_evict_state),
3731 * arc_evict_state(). It's possible for multiple threads
3732 * to be calling arc_evict_state() concurrently (e.g.
3819 arc_evict_state(arc_state_t *state, uint64_t spa, int64_t bytes, function
3949 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type);
3963 * negative value for "bytes". In contrast, arc_evict_state() will
3974 return (arc_evict_state(state, spa, delta, type));
4040 * the headers from being destroyed via arc_evict_state().
4047 * might be at the tail of the lists due to arc_evict_state()
[all...]

Completed in 124 milliseconds