Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_bench.c85 ncols = rto_opts.rto_dcols + fn + 1; in run_gen_bench_impl()
99 disksize = (1ULL << ds) / rto_opts.rto_dcols; in run_gen_bench_impl()
106 rto_opts.rto_dcols, in run_gen_bench_impl()
156 ncols = rto_opts.rto_dcols + PARITY_PQR; in run_rec_bench_impl()
163 if (zio_bench.io_size / rto_opts.rto_dcols < in run_rec_bench_impl()
183 disksize = (1ULL << ds) / rto_opts.rto_dcols; in run_rec_bench_impl()
190 rto_opts.rto_dcols, in run_rec_bench_impl()
H A Draidz_test.c78 opts->rto_dcols, /* -d */ in print_opts()
106 o->rto_dcols, /* -d */ in usage()
137 o->rto_dcols = MIN(255, MAX(1, value)); in process_options()
264 const size_t total_ncols = opts->rto_dcols + parity; in init_raidz_golden_map()
313 const size_t total_ncols = opts->rto_dcols + parity; in init_raidz_map()
415 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
440 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
443 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
471 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
474 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
[all …]
H A Draidz_test.h49 size_t rto_dcols; member
68 .rto_dcols = 8,