Home
last modified time | relevance | path

Searched refs:thread_create (Results 26 – 50 of 140) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c206 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
214 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
H A Dmmp.c247 mmp->mmp_thread = thread_create(NULL, 0, mmp_thread, in mmp_thread_start()
H A Dvdev_trim.c937 vd->vdev_trim_thread = thread_create(NULL, 0, in vdev_trim()
1402 tvd->vdev_autotrim_thread = thread_create(NULL, 0, in vdev_autotrim()
H A Dvdev_initialize.c566 vd->vdev_initialize_thread = thread_create(NULL, 0, in vdev_initialize()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c158 p->thread_id = thread_create(NULL, 0, rsmops_thread_entry, in rsm_register_driver()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h576 thread_create(NULL, 0, eh, (void *)csp, \
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c1983 t = thread_create(NULL, 0, ibtl_cq_thread, NULL, 0, &p0, TS_RUN, in ibtl_another_cq_handler_in_thread()
2024 t = thread_create(NULL, 0, ibtl_async_thread, NULL, 0, &p0, in ibtl_thread_init2()
2031 t = thread_create(NULL, 0, ibtl_cq_thread, NULL, 0, &p0, in ibtl_thread_init2()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c134 pool_p->ipool_thread = thread_create(NULL, 0, in i_ddi_irm_poststartup()
200 pool_p->ipool_thread = thread_create(NULL, 0, in ndi_irm_create()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c329 tp = thread_create(NULL, 0, NULL, NULL, 0, procp, in mp_cpu_configure_common()
383 tp = thread_create(NULL, PAGESIZE, idle, NULL, 0, procp, TS_ONPROC, -1); in mp_cpu_configure_common()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c625 kt = thread_create(NULL, 0, eib_monitor_tx_wqes, ss, 0, in eib_rsrc_setup_txbufs()
840 kt = thread_create(NULL, 0, eib_monitor_lso_bufs, ss, 0, in eib_rsrc_setup_lsobufs()
H A Denx_misc.c393 kt = thread_create(NULL, 0, eibnx_port_monitor, in eibnx_start_port_monitor()
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c251 sqp->sq_worker = thread_create(NULL, 0, squeue_worker, in squeue_create()
254 sqp->sq_poll_thr = thread_create(NULL, 0, squeue_polling_thread, in squeue_create()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c281 ps_suspend_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in ps_init()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c200 ringp->s_ring_worker = thread_create(NULL, 0, in mac_soft_ring_create()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c680 thr = thread_create(NULL, 0, in tavor_kstat_perfcntr64_thread_create()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c737 bln_thread = thread_create(NULL, 0, balloon_worker_thread, in balloon_config_watch()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h702 extern kthread_t *thread_create(
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c997 tp = thread_create(NULL, 0, rmc_comm_send_pend_req, in rmc_comm_dreq_thread_start()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c788 thr = thread_create(NULL, 0, in hermon_kstat_perfcntr64_thread_create()
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c699 VERIFY3P(thread_create(NULL, 0, sweep_thread, (void *) opts, in run_sweep()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c941 if ((r = thread_create(&thread_id,
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c242 t = thread_create((caddr_t)NULL, 0, scsi_watch_thread, in scsi_watch_request_submit_impl()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c1219 ctl_msg.nmt = thread_create(NULL, 0, pass2xscf_thread, in post_xscf_msg()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c500 t = thread_create(NULL, 0, hpc_slot_event_dispatcher, in hpc_slot_register()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c1153 so_conn->ic_tx_thread = thread_create(NULL, 0, idm_sotx_thread, ic, 0, in idm_so_conn_connect_common()
1155 so_conn->ic_rx_thread = thread_create(NULL, 0, idm_sorx_thread, ic, 0, in idm_so_conn_connect_common()
1276 so_svc->is_thread = thread_create(NULL, 0, idm_so_svc_port_watcher, in idm_so_tgt_svc_online()

123456