Searched refs:thread_args (Results 1 – 4 of 4) sorted by relevance
595 struct processing_thread_args *thread_args; in main() local837 thread_args = malloc( in main()838 sizeof(*thread_args)); in main()839 thread_args->the_cache = s_cache; in main()840 thread_args->the_runtime_env = s_runtime_env; in main()841 thread_args->the_configuration = s_configuration; in main()846 thread_args); in main()848 thread_args = NULL; in main()
725 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument764 struct redact_thread_arg *targ = &thread_args[i]; in perform_thread_merge()811 thread_args[i].cancel = B_TRUE; in perform_thread_merge()821 bqueue_destroy(&thread_args[i].q); in perform_thread_merge()
324 void *thread_args)326 (void)thread_args; in my_pthread_warmup_worker() 327 my_pthread_warmup_worker(void * thread_args) my_pthread_warmup_worker() argument
8131 ztest_expand_io_t *thread_args; in ztest_raidz_expand_run() local8149 thread_args = umem_zalloc(threads * sizeof (ztest_expand_io_t), in ztest_raidz_expand_run()8168 thread_args[t].rzx_id = t; in ztest_raidz_expand_run()8169 thread_args[t].rzx_amount = alloc_goal / threads; in ztest_raidz_expand_run()8170 thread_args[t].rzx_bufsize = bufsize; in ztest_raidz_expand_run()8171 thread_args[t].rzx_buffer = buffer; in ztest_raidz_expand_run()8172 thread_args[t].rzx_alloc_max = alloc_goal; in ztest_raidz_expand_run()8173 thread_args[t].rzx_spa = spa; in ztest_raidz_expand_run()8175 &thread_args[t], 0, NULL, TS_RUN | TS_JOINABLE, in ztest_raidz_expand_run()8202 umem_free(thread_args, threads * sizeof (ztest_expand_io_t)); in ztest_raidz_expand_run()