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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1354 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* default max write size */ variable
1364 SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2arc_write_max, CTLFLAG_RWTUN,
1365 &l2arc_write_max, 0, "max write size");
7110 * l2arc_write_max max write bytes per interval
7173 size = l2arc_write_max;
7175 cmn_err(CE_NOTE, "Bad value for l2arc_write_max, value must "
7178 size = l2arc_write_max = L2ARC_WRITE_SIZE;

Completed in 75 milliseconds