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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c345 * I.e. If there is less than arc_c >> arc_no_grow_shift free memory,
352 int arc_no_grow_shift = 5; variable
426 TUNABLE_INT("vfs.zfs.arc_no_grow_shift", &zfs_arc_no_grow_shift);
432 SYSCTL_PROC(_vfs_zfs, OID_AUTO, arc_no_grow_shift, CTLTYPE_U32 | CTLFLAG_RWTUN,
1168 val = arc_no_grow_shift;
1176 arc_no_grow_shift = val;
4644 } else if (free_memory < arc_c >> arc_no_grow_shift) {
6832 arc_no_grow_shift = zfs_arc_no_grow_shift;
6834 * Ensure that arc_no_grow_shift is less than arc_shrink_shift.
6836 if (arc_no_grow_shift >
[all...]

Completed in 121 milliseconds