Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c169 int zo_threads; member
193 .zo_threads = 23,
648 zo->zo_threads, /* -t */ in usage()
755 zo->zo_threads = MAX(1, value); in process_options()
6530 for (int t = d; t < ztest_opts.zo_threads; in ztest_dataset_destroy()
6730 tid = umem_zalloc(ztest_opts.zo_threads * sizeof (thread_t), in ztest_run()
6739 for (int t = 0; t < ztest_opts.zo_threads; t++) { in ztest_run()
6751 for (int t = ztest_opts.zo_threads - 1; t >= 0; t--) { in ztest_run()
6763 umem_free(tid, ztest_opts.zo_threads * sizeof (thread_t)); in ztest_run()
7313 ztest_opts.zo_threads, in main()