Lines Matching refs:zo_threads
195 int zo_threads; member
254 .zo_threads = DEFAULT_THREADS,
1024 zo->zo_threads = MAX(1, value); in process_options()
7774 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
8130 int threads = ztest_opts.zo_threads; in ztest_raidz_expand_run()
8190 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_raidz_expand_run()
8312 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_generic_run()
8318 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_generic_run()
8320 umem_free(run_threads, ztest_opts.zo_threads * in ztest_generic_run()
8333 for (t = 0; t < ztest_opts.zo_threads; t++) in ztest_generic_run()
8341 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_generic_run()
8351 umem_free(run_threads, ztest_opts.zo_threads * sizeof (kthread_t *)); in ztest_generic_run()
9004 ztest_opts.zo_threads, in main()