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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1042 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* default max write size */ variable
6164 * l2arc_write_max max write bytes per interval
6214 size = l2arc_write_max;
6216 cmn_err(CE_NOTE, "Bad value for l2arc_write_max, value must "
6219 size = l2arc_write_max = L2ARC_WRITE_SIZE;

Completed in 81 milliseconds