Searched refs:dcols_v (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_test.c | 692 static const size_t dcols_v[] = { 1, 2, 3, 4, 5, 6, 7, 8, 12, 15, 16 }; in run_sweep() local 700 ARRAY_SIZE(dcols_v); in run_sweep() 713 for (d = 0; d < ARRAY_SIZE(dcols_v); d++) { in run_sweep() 755 opts->rto_dcols = dcols_v[d]; in run_sweep()
|