Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c177 int zo_threads; member
205 .zo_threads = 23,
734 zo->zo_threads, /* -t */ in usage()
868 zo->zo_threads = MAX(1, value); in process_options()
6921 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
7339 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_run()
7341 umem_free(run_threads, ztest_opts.zo_threads * in ztest_run()
7354 for (t = 0; t < ztest_opts.zo_threads; t++) in ztest_run()
7362 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_run()
7372 umem_free(run_threads, ztest_opts.zo_threads * sizeof (kthread_t *)); in ztest_run()
[all …]