Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c82 ncols = rto_opts.rto_dcols + fn + 1; in run_gen_bench_impl()
85 if (rto_opts.rto_expand) { in run_gen_bench_impl()
88 rto_opts.rto_ashift, ncols+1, ncols, in run_gen_bench_impl()
89 fn+1, rto_opts.rto_expand_offset, in run_gen_bench_impl()
105 disksize = (1ULL << ds) / rto_opts.rto_dcols; in run_gen_bench_impl()
112 rto_opts.rto_dcols, in run_gen_bench_impl()
162 ncols = rto_opts.rto_dcols + PARITY_PQR; in run_rec_bench_impl()
169 if (zio_bench.io_size / rto_opts.rto_dcols < in run_rec_bench_impl()
173 if (rto_opts.rto_expand) { in run_rec_bench_impl()
178 rto_opts.rto_expand_offset, 0, B_FALSE); in run_rec_bench_impl()
[all …]
H A Draidz_test.c38 raidz_test_opts_t rto_opts; variable
55 if (rto_opts.rto_gdb) { in sig_handler()
132 rto_opts.rto_sweep ? "yes" : "no", /* -S */ in usage()
133 rto_opts.rto_expand ? "yes" : "no", /* -e */ in usage()
144 raidz_test_opts_t *o = &rto_opts; in process_options()
427 if (rto_opts.rto_should_stop) in run_gen_check()
480 if (rto_opts.rto_should_stop) in run_rec_check_impl()
509 if (rto_opts.rto_should_stop) in run_rec_check_impl()
544 if (rto_opts.rto_should_stop) in run_rec_check_impl()
633 opts = &rto_opts; in run_test()
[all …]
H A Draidz_test.h87 extern raidz_test_opts_t rto_opts;
97 if (rto_opts.rto_v >= lvl) \