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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c320 * I.e. If there is less than arc_c >> arc_no_grow_shift free memory,
327 int arc_no_grow_shift = 5; variable
4123 } else if (free_memory < arc_c >> arc_no_grow_shift) {
5955 * Ensure that arc_no_grow_shift is less than arc_shrink_shift.
5957 if (arc_no_grow_shift >= arc_shrink_shift)
5958 arc_no_grow_shift = arc_shrink_shift - 1;

Completed in 90 milliseconds