Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh56 log_must set_tunable32 L2ARC_WRITE_MAX $write_max
62 typeset write_max=$(get_tunable L2ARC_WRITE_MAX)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg57 L2ARC_WRITE_MAX l2arc.write_max l2arc_write_max
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c9238 uint64_t write_max = l2arc_write_max; in l2arc_get_write_rate() local
9244 if (write_max == 0) { in l2arc_get_write_rate()
9247 write_max = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_get_write_rate()
9255 return (MIN(dwpd_rate, write_max)); in l2arc_get_write_rate()
9258 return (write_max); in l2arc_get_write_rate()
11722 ZFS_MODULE_PARAM(zfs_l2arc, l2arc_, write_max, U64, ZMOD_RW,