Lines Matching refs:rto_opts
41 raidz_test_opts_t rto_opts; variable
108 rto_opts.rto_sweep ? "yes" : "no", /* -S */ in usage()
119 raidz_test_opts_t *o = &rto_opts; in process_options()
367 if (rto_opts.rto_should_stop) in run_gen_check()
420 if (rto_opts.rto_should_stop) in run_rec_check_impl()
448 if (rto_opts.rto_should_stop) in run_rec_check_impl()
483 if (rto_opts.rto_should_stop) in run_rec_check_impl()
572 opts = &rto_opts; in run_test()
604 if (rto_opts.rto_sanity) { in sweep_thread()
669 if (rto_opts.rto_sweep_timeout > 0 && in run_sweep()
670 time_diff >= rto_opts.rto_sweep_timeout) { in run_sweep()
672 rto_opts.rto_should_stop = B_TRUE; in run_sweep()
718 (ulong_t)rto_opts.rto_sweep_timeout); in run_sweep()
754 if (rto_opts.rto_benchmark) { in main()
756 } else if (rto_opts.rto_sweep) { in main()