Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c7556 kthread_t **run_threads; in ztest_run() local
7671 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_run()
7691 umem_free(run_threads, ztest_opts.zo_threads * in ztest_run()
7696 run_threads[t] = thread_create(NULL, 0, ztest_thread, in ztest_run()
7705 VERIFY0(thread_join(run_threads[t])); in ztest_run()
7722 umem_free(run_threads, ztest_opts.zo_threads * sizeof (kthread_t *)); in ztest_run()