Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c194 int zo_threads; member
253 .zo_threads = DEFAULT_THREADS,
1023 zo->zo_threads = MAX(1, value); in process_options()
7772 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
8128 int threads = ztest_opts.zo_threads; in ztest_raidz_expand_run()
8188 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_raidz_expand_run()
8310 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_generic_run()
8316 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_generic_run()
8318 umem_free(run_threads, ztest_opts.zo_threads * in ztest_generic_run()
8331 for (t = 0; t < ztest_opts.zo_threads; t++) in ztest_generic_run()
[all …]