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.c195 int zo_threads; member
254 .zo_threads = DEFAULT_THREADS,
1023 zo->zo_threads = MAX(1, value); in process_options()
7774 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
8133 int threads = ztest_opts.zo_threads; in ztest_raidz_expand_run()
8193 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_raidz_expand_run()
8315 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_generic_run()
8321 ndatasets = MIN(ztest_opts.zo_datasets, ztest_opts.zo_threads); in ztest_generic_run()
8332 for (i = 0; i < ztest_opts.zo_threads; i++) { in ztest_generic_run()
8341 for (i = 0; i < ztest_opts.zo_threads; i++) in ztest_generic_run()
[all …]