Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/cmd/
H A Dztest.c196 int zo_threads; member
255 .zo_threads = DEFAULT_THREADS,
1021 zo->zo_threads = MAX(1, value); in process_options()
7782 for (t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
8141 int threads = ztest_opts.zo_threads; in ztest_raidz_expand_run()
8199 for (t = 0; t < ztest_opts.zo_threads; t++) { in ztest_raidz_expand_run()
8321 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_generic_run()
8327 ndatasets = MIN(ztest_opts.zo_datasets, ztest_opts.zo_threads); in ztest_generic_run()
8338 for (i = 0; i < ztest_opts.zo_threads; i++) { in ztest_generic_run()
8347 for (i = 0; i < ztest_opts.zo_threads; i++) in ztest_generic_run()
[all …]