Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh55 log_must set_tunable64 l2arc_write_max $write_max
60 typeset write_max=$(get_tunable l2arc_write_max)
81 log_must set_tunable64 l2arc_write_max $(( $VCACHE_SZ * 2 ))
91 typeset write_max2=$(get_tunable l2arc_write_max)
95 log_must set_tunable64 l2arc_write_max $(( 64 * 1024 * 1024 ))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c727 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* default max write size */ variable
7548 size = l2arc_write_max; in l2arc_write_size()
7553 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()
7572 size = l2arc_write_max = l2arc_write_boost = L2ARC_WRITE_SIZE; in l2arc_write_size()