Home
last modified time | relevance | path

Searched refs:l2arc_write_boost (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c198 extern uint64_t l2arc_write_boost; /* extra warmup write */
209 SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2arc_write_boost, CTLFLAG_RW,
210 &l2arc_write_boost, 0, "extra write during warmup (LEGACY)");
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg46 L2ARC_WRITE_BOOST l2arc.write_boost l2arc_write_boost
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c783 unsigned long l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra warmup write */ variable
8407 size += l2arc_write_boost; in l2arc_write_size()
8427 size = l2arc_write_max = l2arc_write_boost = L2ARC_WRITE_SIZE; in l2arc_write_size()
8430 size += l2arc_write_boost; in l2arc_write_size()