Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c1428 #define L2ARC_WRITE_SIZE (8 * 1024 * 1024) /* initial write max */ macro
1442 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* default max write size */
1443 uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra write during warmup */
7587 L2ARC_WRITE_SIZE); in l2arc_write_size()
7588 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()