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.c801 #define L2ARC_WRITE_SIZE (32 * 1024 * 1024) /* initial write max */ macro
819 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* def max write size */
820 uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra warmup write */
8277 "resetting it to the default (%d)", L2ARC_WRITE_SIZE); in l2arc_write_size()
8278 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()