Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c183 int zo_threads; member
241 .zo_threads = DEFAULT_THREADS,
996 zo->zo_threads = MAX(1, value); in process_options()
7263 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
7671 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_run()
7689 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_run()
7691 umem_free(run_threads, ztest_opts.zo_threads * in ztest_run()
7704 for (t = 0; t < ztest_opts.zo_threads; t++) in ztest_run()
7712 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_run()
7722 umem_free(run_threads, ztest_opts.zo_threads * sizeof (kthread_t *)); in ztest_run()
[all …]