Searched refs:dcols_v (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/raidz_test/ |
H A D | raidz_test.c | 631 static const size_t dcols_v[] = { 1, 2, 3, 4, 5, 6, 7, 8, 12, 15, 16 }; in run_sweep() local 639 ARRAY_SIZE(dcols_v); in run_sweep() 652 for (d = 0; d < ARRAY_SIZE(dcols_v); d++) { in run_sweep() 694 opts->rto_dcols = dcols_v[d]; in run_sweep()
|