Lines Matching defs:thread_args
8129 ztest_expand_io_t *thread_args;
8147 thread_args = umem_zalloc(threads * sizeof (ztest_expand_io_t),
8166 thread_args[t].rzx_id = t;
8167 thread_args[t].rzx_amount = alloc_goal / threads;
8168 thread_args[t].rzx_bufsize = bufsize;
8169 thread_args[t].rzx_buffer = buffer;
8170 thread_args[t].rzx_alloc_max = alloc_goal;
8171 thread_args[t].rzx_spa = spa;
8173 &thread_args[t], 0, NULL, TS_RUN | TS_JOINABLE,
8200 umem_free(thread_args, threads * sizeof (ztest_expand_io_t));