Searched refs:L2ARC_WRITE_SIZE (Results 1 – 1 of 1) sorted by relevance
817 #define L2ARC_WRITE_SIZE (32 * 1024 * 1024) /* initial write max */ macro835 static uint64_t l2arc_write_max = L2ARC_WRITE_SIZE; /* def max write size */836 static uint64_t l2arc_write_boost = L2ARC_WRITE_SIZE; /* extra warmup write */8471 "resetting it to the default (%d)", L2ARC_WRITE_SIZE); in l2arc_write_size()8472 size = l2arc_write_max = L2ARC_WRITE_SIZE; in l2arc_write_size()