Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h53 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h101 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/f-stack/freebsd/kern/
H A Dkern_thr.c128 return (thread_create(td, NULL, thr_create_initthr, &args)); in sys_thr_create()
188 return (thread_create(td, rtpp, thr_new_initthr, param)); in kern_thr_new()
192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c256 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_initiate_sync()
420 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_reset_sync()
1031 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_restart_impl()
H A Dtxg.c208 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
216 tx->tx_sync_thread = thread_create(NULL, 0, txg_sync_thread, in txg_sync_start()
H A Dvdev_trim.c981 vd->vdev_trim_thread = thread_create(NULL, 0, in vdev_trim()
1460 tvd->vdev_autotrim_thread = thread_create(NULL, 0, in vdev_autotrim()
1644 vd->vdev_trim_thread = thread_create(NULL, 0, in vdev_trim_l2arc()
H A Dmmp.c238 mmp->mmp_thread = thread_create(NULL, 0, mmp_thread, in mmp_thread_start()
H A Ddmu_redact.c1152 (void) thread_create(NULL, 0, redact_traverse_thread, rta, in dmu_redact_snap()
1164 (void) thread_create(NULL, 0, redact_merge_thread, rmta, 0, curproc, in dmu_redact_snap()
H A Ddmu_send.c2058 (void) thread_create(NULL, 0, send_traverse_thread, to_arg, 0, in setup_to_thread()
2078 (void) thread_create(NULL, 0, redact_list_thread, from_arg, 0, in setup_from_thread()
2098 (void) thread_create(NULL, 0, redact_list_thread, rlt_arg, 0, in setup_redact_list_thread()
2119 (void) thread_create(NULL, 0, send_merge_thread, smt_arg, 0, curproc, in setup_merge_thread()
2134 (void) thread_create(NULL, 0, send_reader_thread, srt_arg, 0, in setup_reader_thread()
H A Dvdev_initialize.c602 vd->vdev_initialize_thread = thread_create(NULL, 0, in vdev_initialize()
H A Dvdev_removal.c364 svr->svr_thread = thread_create(NULL, 0, in vdev_remove_initiate_sync()
478 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
H A Ddmu_recv.c2964 (void) thread_create(NULL, 0, receive_writer_thread, rwa, 0, curproc, in dmu_recv_stream()
H A Darc.c9701 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, in l2arc_start()
9743 (void) thread_create(NULL, 0, l2arc_dev_rebuild_thread, in l2arc_spa_rebuild_start()
H A Ddbuf.c846 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
H A Dspa.c8238 spa->spa_async_thread = thread_create(NULL, 0,
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c295 VERIFY((tq->tq_threadlist[t] = thread_create(NULL, 0, in taskq_create()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h232 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c944 VERIFY3P(thread_create(NULL, 0, sweep_thread, (void *) opts, in run_sweep()
/f-stack/freebsd/sys/
H A Dproc.h1163 int thread_create(struct thread *td, struct rtprio *rtp,
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7265 resume_thread = thread_create(NULL, 0, ztest_resume_thread, in ztest_run()
7271 deadman_thread = thread_create(NULL, 0, ztest_deadman_thread, in ztest_run()
7346 run_threads[t] = thread_create(NULL, 0, ztest_thread, in ztest_run()