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()
713 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument752 struct redact_thread_arg *targ = &thread_args[i]; in perform_thread_merge()799 thread_args[i].cancel = B_TRUE; in perform_thread_merge()809 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
8392 ztest_expand_io_t *thread_args; in ztest_raidz_expand_run() local8408 thread_args = umem_zalloc(threads * sizeof (ztest_expand_io_t), in ztest_raidz_expand_run()8427 thread_args[t].rzx_id = t; in ztest_raidz_expand_run()8428 thread_args[t].rzx_amount = alloc_goal / threads; in ztest_raidz_expand_run()8429 thread_args[t].rzx_bufsize = bufsize; in ztest_raidz_expand_run()8430 thread_args[t].rzx_buffer = buffer; in ztest_raidz_expand_run()8431 thread_args[t].rzx_alloc_max = alloc_goal; in ztest_raidz_expand_run()8432 thread_args[t].rzx_spa = spa; in ztest_raidz_expand_run()8434 &thread_args[t], 0, NULL, TS_RUN | TS_JOINABLE, in ztest_raidz_expand_run()8461 umem_free(thread_args, threads * sizeof (ztest_expand_io_t)); in ztest_raidz_expand_run()