Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c289 extern uint64_t l2arc_write_max;
292 SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2arc_write_max,
293 CTLFLAG_RWTUN, &l2arc_write_max, 0,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg49 L2ARC_WRITE_MAX l2arc.write_max l2arc_write_max
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c797 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* def max write size */ variable
8049 size = l2arc_write_max; in l2arc_write_size()
8053 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()