Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c84 ncols = rto_opts.rto_dcols + fn + 1; in run_gen_bench_impl()
107 disksize = (1ULL << ds) / rto_opts.rto_dcols; in run_gen_bench_impl()
114 rto_opts.rto_dcols, in run_gen_bench_impl()
164 ncols = rto_opts.rto_dcols + PARITY_PQR; in run_rec_bench_impl()
171 if (zio_bench.io_size / rto_opts.rto_dcols < in run_rec_bench_impl()
199 disksize = (1ULL << ds) / rto_opts.rto_dcols; in run_rec_bench_impl()
206 rto_opts.rto_dcols, in run_rec_bench_impl()
H A Draidz_test.c90 opts->rto_dcols, /* -d */ in print_opts()
120 o->rto_dcols, /* -d */ in usage()
159 o->rto_dcols = MIN(255, MAX(1, value)); in process_options()
305 const size_t total_ncols = opts->rto_dcols + parity; in init_raidz_golden_map()
657 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
682 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
685 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
713 for (x0 = 0; x0 < opts->rto_dcols; x0++) { in run_rec_check_impl()
716 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
720 for (x2 = x1 + 1; x2 < opts->rto_dcols; x2++) { in run_rec_check_impl()
[all …]
H A Draidz_test.h48 size_t rto_dcols; member
69 .rto_dcols = 8,