Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c706 #define L2ARC_WRITE_SIZE (8 * 1024 * 1024) /* initial write max */ macro
727 uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* default max write size */
728 uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra write during warmup */
7534 L2ARC_WRITE_SIZE); in l2arc_write_size()
7535 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()
7553 dev->l2ad_vdev->vdev_guid, L2ARC_WRITE_SIZE); in l2arc_write_size()
7554 size = l2arc_write_max = l2arc_write_boost = L2ARC_WRITE_SIZE; in l2arc_write_size()