Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDsysctl_os.c297 extern uint64_t l2arc_write_boost;
300 SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2arc_write_boost,
301 CTLFLAG_RWTUN, &l2arc_write_boost, 0,
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/include/
HDtunables.cfg47 L2ARC_WRITE_BOOST l2arc.write_boost l2arc_write_boost
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDarc.c798 uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra warmup write */ variable
8054 size += l2arc_write_boost; in l2arc_write_size()