Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c779 #define L2ARC_WRITE_SIZE (32 * 1024 * 1024) /* initial write max */ macro
797 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* def max write size */
798 uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra warmup write */
8052 "resetting it to the default (%d)", L2ARC_WRITE_SIZE); in l2arc_write_size()
8053 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()