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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c154 int zo_threads; member in struct:ztest_shared_opts
176 .zo_threads = 23,
594 zo->zo_threads, /* -t */
661 zo->zo_threads = MAX(1, value);
5547 for (int t = d; t < ztest_opts.zo_threads;
5746 tid = umem_zalloc(ztest_opts.zo_threads * sizeof (thread_t),
5755 for (int t = 0; t < ztest_opts.zo_threads; t++) {
5767 for (int t = ztest_opts.zo_threads - 1; t >= 0; t--) {
5779 umem_free(tid, ztest_opts.zo_threads * sizeof (thread_t));
6253 ztest_opts.zo_threads,
[all...]

Completed in 74 milliseconds