Lines Matching defs:zo_threads
154 int zo_threads;
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,