Symbol: thread_create
usr/src/cmd/mdb/common/kmdb/kctl/kctl_wr.c
293
kctl.kctl_wr_thr = thread_create(NULL, 0, kctl_wr_thread, NULL, 0, &p0,
usr/src/cmd/raidz_test/raidz_test.c
699
VERIFY3P(thread_create(NULL, 0, sweep_thread, (void *) opts,
usr/src/cmd/sendmail/libmilter/listener.c
941
if ((r = thread_create(&thread_id,
usr/src/cmd/sendmail/libmilter/monitor.c
164
r = thread_create(&tid, mi_monitor_thread, (void *)NULL);
usr/src/cmd/sendmail/libmilter/signal.c
180
r = thread_create(&tid, mi_signal_thread, (void *)name);
usr/src/cmd/sendmail/libmilter/worker.c
137
if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
usr/src/cmd/sendmail/libmilter/worker.c
254
if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0)
usr/src/cmd/sendmail/libmilter/worker.c
266
if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0)
usr/src/lib/libfakekernel/common/sys/thread.h
96
extern kthread_t *thread_create(
usr/src/lib/libfakekernel/common/thread.c
126
t = thread_create(stk, stksize, func, arg, len, NULL, TS_RUN, pri);
usr/src/uts/common/crypto/core/kcf_sched.c
1266
(void) thread_create(NULL, 0, &crypto_bufcall_service, 0, 0, &p0,
usr/src/uts/common/disp/thread.c
1531
tp = thread_create(NULL, 0,
usr/src/uts/common/disp/thread.c
281
tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_STOPPED, -1);
usr/src/uts/common/disp/thread.c
303
(void) thread_create(NULL, 0, (void (*)())thread_reaper,
usr/src/uts/common/disp/thread_intr.c
46
tp = thread_create(NULL, LL_INTR_STKSZ,
usr/src/uts/common/fs/dev/sdev_comm.c
445
(void) thread_create(NULL, 0, sdev_config_all_thread, dv, 0,
usr/src/uts/common/fs/doorfs/door_sys.c
3469
(void) thread_create(NULL, 0, door_unref_kernel, NULL, 0, &p0,
usr/src/uts/common/fs/smbsrv/smb_thread.c
175
t = thread_create(NULL, 0, smb_thread_entry_point, sth,
usr/src/uts/common/fs/sockfs/socksyscalls.c
2356
(void) thread_create(NULL, 0, &snf_async_thread, 0, 0, &p0,
usr/src/uts/common/fs/ufs/lufs_map.c
471
(void) thread_create(NULL, 0, trans_roll, ul, 0, &p0,
usr/src/uts/common/fs/ufs/ufs_thread.c
89
uq->uq_threadp = thread_create(NULL, 0, func, vfsp, 0, &p0,
usr/src/uts/common/fs/zfs/arc.c
9123
(void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0,
usr/src/uts/common/fs/zfs/arc.c
9165
(void) thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/dbuf.c
680
dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread,
usr/src/uts/common/fs/zfs/dmu_recv.c
2518
(void) thread_create(NULL, 0, receive_writer_thread, &rwa, 0, curproc,
usr/src/uts/common/fs/zfs/dmu_send.c
1156
(void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, curproc,
usr/src/uts/common/fs/zfs/mmp.c
247
mmp->mmp_thread = thread_create(NULL, 0, mmp_thread,
usr/src/uts/common/fs/zfs/spa.c
7765
spa->spa_async_thread = thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/txg.c
206
tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread,
usr/src/uts/common/fs/zfs/txg.c
214
tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread,
usr/src/uts/common/fs/zfs/vdev_initialize.c
566
vd->vdev_initialize_thread = thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/vdev_removal.c
353
svr->svr_thread = thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/vdev_removal.c
467
svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa,
usr/src/uts/common/fs/zfs/vdev_trim.c
1402
tvd->vdev_autotrim_thread = thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/vdev_trim.c
937
vd->vdev_trim_thread = thread_create(NULL, 0,
usr/src/uts/common/fs/zfs/zthr.c
270
t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t,
usr/src/uts/common/fs/zfs/zthr.c
391
t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t,
usr/src/uts/common/inet/ip/ip.c
4716
ipst->ips_capab_taskq_thread = thread_create(NULL, 0,
usr/src/uts/common/inet/ip/ip_dce.c
283
dce_reclaim_thread = thread_create(NULL, 0, dce_reclaim_worker,
usr/src/uts/common/inet/ip/ipsec_loader.c
180
tp = thread_create(NULL, 0, ipsec_loader, ipss, 0, &p0,
usr/src/uts/common/inet/squeue.c
254
sqp->sq_worker = thread_create(NULL, 0, squeue_worker,
usr/src/uts/common/inet/squeue.c
257
sqp->sq_poll_thr = thread_create(NULL, 0, squeue_polling_thread,
usr/src/uts/common/io/1394/h1394.c
219
hal->br_thread = thread_create((caddr_t)NULL, 0, s1394_br_thread,
usr/src/uts/common/io/aac/aac.c
919
if ((softs->event_thread = thread_create(NULL, 0, aac_event_thread,
usr/src/uts/common/io/aggr/aggr_grp.c
1489
grp->lg_lacp_rx_thread = thread_create(NULL, 0,
usr/src/uts/common/io/aggr/aggr_grp.c
1491
grp->lg_tx_notify_thread = thread_create(NULL, 0,
usr/src/uts/common/io/aggr/aggr_lacp.c
350
pl->lacp_timer_thread = thread_create(NULL, 0, aggr_port_timer_thread,
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
3321
thread_create(NULL, 0, iscsit_rxpdu_queue_monitor, NULL,
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
3010
esi.esi_thread = thread_create(NULL, 0, isnst_esi_thread,
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
916
isns_monitor_thr_id = thread_create(NULL, 0,
usr/src/uts/common/io/comstar/stmf/stmf.c
6551
w->worker_tid = thread_create(NULL, 0, stmf_worker_task,
usr/src/uts/common/io/dld/dld_str.c
578
(void) thread_create(NULL, 0, dld_taskq_dispatch, NULL, 0,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.c
178
thread_create(NULL, 0, emlxs_taskq_thread,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.c
368
thread_create(NULL, 0, emlxs_thread, (char *)ethread, 0, &p0,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.c
565
(void) thread_create(NULL, 0, &emlxs_thread, (char *)ethread, 0, &p0,
usr/src/uts/common/io/fibre-channel/impl/fp.c
1075
(void) thread_create(NULL, 0, fp_job_handler, port, 0, &p0, TS_RUN,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
957
if (thread_create(NULL, DEFAULTSTKSZ,
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
638
thread = thread_create((caddr_t)NULL, 0, fcsm_job_thread,
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
500
t = thread_create(NULL, 0, hpc_slot_event_dispatcher,
usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c
788
thr = thread_create(NULL, 0,
usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c
680
thr = thread_create(NULL, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
713
kt = thread_create(NULL, 0, eib_events_handler, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
717
kt = thread_create(NULL, 0, eib_refill_rwqes, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
721
kt = thread_create(NULL, 0, eib_vnic_creator, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
725
kt = thread_create(NULL, 0, eib_manage_keepalives, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
625
kt = thread_create(NULL, 0, eib_monitor_tx_wqes, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
840
kt = thread_create(NULL, 0, eib_monitor_lso_bufs, ss, 0,
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
179
kt = thread_create(NULL, 0, eibnx_create_eoib_node, NULL, 0,
usr/src/uts/common/io/ib/clients/eoib/enx_misc.c
397
kt = thread_create(NULL, 0, eibnx_port_monitor,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2790
kht = thread_create(NULL, 0, ibd_async_work, state, 0, &p0,
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
235
ringp->aft_worker = thread_create(NULL, 0,
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1983
t = thread_create(NULL, 0, ibtl_cq_thread, NULL, 0, &p0, TS_RUN,
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
2024
t = thread_create(NULL, 0, ibtl_async_thread, NULL, 0, &p0,
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
2031
t = thread_create(NULL, 0, ibtl_cq_thread, NULL, 0, &p0,
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
596
t = thread_create(NULL, 0, ibcm_process_tlist, 0, 0, &p0, TS_RUN,
usr/src/uts/common/io/idm/idm.c
2358
idm.idm_wd_thread = thread_create(NULL, 0,
usr/src/uts/common/io/idm/idm_so.c
1153
so_conn->ic_tx_thread = thread_create(NULL, 0, idm_sotx_thread, ic, 0,
usr/src/uts/common/io/idm/idm_so.c
1155
so_conn->ic_rx_thread = thread_create(NULL, 0, idm_sorx_thread, ic, 0,
usr/src/uts/common/io/idm/idm_so.c
1276
so_svc->is_thread = thread_create(NULL, 0, idm_so_svc_port_watcher,
usr/src/uts/common/io/ipw/ipw2100.c
492
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/ipw/ipw2100.c
663
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/iwh/iwh.c
938
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/iwi/ipw2200.c
624
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/iwk/iwk2.c
811
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/iwp/iwp.c
865
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
339
tid = thread_create(NULL, 0, progressbar_key_abort_thread, upper,
usr/src/uts/common/io/mac/mac_datapath_setup.c
2282
mac_srs->srs_worker = thread_create(NULL, default_stksize << 1,
usr/src/uts/common/io/mac/mac_datapath_setup.c
2323
mac_srs->srs_poll_thr = thread_create(NULL, 0,
usr/src/uts/common/io/mac/mac_provider.c
380
mip->mi_notify_thread = thread_create(NULL, 0, i_mac_notify_thread,
usr/src/uts/common/io/mac/mac_soft_ring.c
206
ringp->s_ring_worker = thread_create(NULL, 0,
usr/src/uts/common/io/pcic.c
1593
pcic_deb_threadid = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1568
slot_p->hs_attn_btn_threadp = thread_create(NULL, 0,
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
1027
slot_p->hs_attn_btn_threadp = thread_create(NULL, 0,
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
222
tp = thread_create(NULL, 0, do_deferred_work, NULL, 0, &p0,
usr/src/uts/common/io/rsm/rsmops.c
158
p->thread_id = thread_create(NULL, 0, rsmops_thread_entry,
usr/src/uts/common/io/sata/impl/sata.c
18394
sata_event_thread = thread_create(NULL, 0,
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
402
lmrc->l_thread = thread_create(NULL, 0, lmrc_thread, lmrc, 0, &p0,
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
1327
thread_create(NULL, 0, mptsas_doneq_thread,
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
1001
thread_create(NULL, 0, pmcs_scsa_cq_run,
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
1009
pwp->ict_thread = thread_create(NULL, 0, pmcs_check_intr_coal,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
6894
(void) thread_create(NULL, 0, callback, (void *)td,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7262
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7325
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7371
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
748
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
755
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
760
(void) thread_create(NULL, 0,
usr/src/uts/common/io/scsi/impl/scsi_watch.c
242
t = thread_create((caddr_t)NULL, 0, scsi_watch_thread,
usr/src/uts/common/io/scsi/targets/sd.c
24769
sd_tr.srq_resv_reclaim_thread = thread_create(NULL, 0,
usr/src/uts/common/io/softmac/softmac_fp.c
153
softmac_taskq_thread = thread_create(NULL, 0, softmac_taskq_dispatch,
usr/src/uts/common/io/softmac/softmac_main.c
928
softmac->smac_notify_thread = thread_create(NULL, 0,
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
746
(void) thread_create(NULL, 0, ehci_poll_intr, ehcip, 0, &p0,
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1265
(void) thread_create(NULL, 0, ohci_poll_intr, ohcip, 0, &p0,
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
377
(void) thread_create(NULL, 0, uhci_poll_intr, uhcip, 0, &p0,
usr/src/uts/common/io/usb/usba/hubdi.c
2509
(void) thread_create(NULL, 0,
usr/src/uts/common/io/usbgem/usbgem.c
2132
lwth = thread_create(NULL, 0, usbgem_mii_link_watcher, dp, 0, &p0,
usr/src/uts/common/io/usbgem/usbgem.c
783
wdth = thread_create(NULL, 0, usbgem_tx_timeout, dp, 0, &p0,
usr/src/uts/common/io/vscan/vscan_drv.c
493
if (thread_create(NULL, 0, vscan_drv_delayed_disable,
usr/src/uts/common/io/vscan/vscan_svc.c
359
vscan_svc_reql_thread = thread_create(NULL, 0,
usr/src/uts/common/io/wpi/wpi.c
669
sc->sc_mf_thread = thread_create((caddr_t)NULL, 0,
usr/src/uts/common/krtld/kobj.c
3665
(void) thread_create(NULL, DEFAULTSTKSZ * 2,
usr/src/uts/common/os/cpu.c
878
t = thread_create(NULL, 0, cpu_pause, (void *)cpun,
usr/src/uts/common/os/ddi_intr_irm.c
134
pool_p->ipool_thread = thread_create(NULL, 0,
usr/src/uts/common/os/ddi_intr_irm.c
200
pool_p->ipool_thread = thread_create(NULL, 0,
usr/src/uts/common/os/devcache.c
938
nvpflush_thr_id = thread_create(NULL, 0,
usr/src/uts/common/os/devcfg.c
3464
(void) thread_create(NULL, 0, (void (*)())attach_drivers, NULL, 0, &p0,
usr/src/uts/common/os/devcfg.c
7945
(void) thread_create(NULL, 0, mt_config_thread, mcd,
usr/src/uts/common/os/devcfg.c
8019
(void) thread_create(NULL, 0, mt_config_thread, mcd,
usr/src/uts/common/os/evchannels.c
526
thp = thread_create(NULL, 0, evch_delivery_thr, (char *)eqp, 0, &p0,
usr/src/uts/common/os/log_sysevent.c
1584
async_thread = thread_create(NULL, 0, log_event_deliver,
usr/src/uts/common/os/lwp.c
230
t = thread_create(lwpdata, stksize, NULL, NULL, 0, p, TS_STOPPED, pri);
usr/src/uts/common/os/main.c
669
(void) thread_create(NULL, 0, (void (*)())mod_uninstall_daemon,
usr/src/uts/common/os/main.c
672
(void) thread_create(NULL, 0, seg_pasync_thread,
usr/src/uts/common/os/mem_config.c
1799
(void) thread_create(NULL, 0, dr_aio_cleanup_thread,
usr/src/uts/common/os/mem_config.c
2482
(void) thread_create(NULL, 0, delete_memory_thread, mhp, 0, &p0,
usr/src/uts/common/os/modctl.c
3466
(void) thread_create(NULL, DEFAULTSTKSZ * 2,
usr/src/uts/common/os/modsysfile.c
2020
(void) thread_create(NULL, DEFAULTSTKSZ * 2,
usr/src/uts/common/os/strsubr.c
895
bc_bkgrnd_thread = thread_create(NULL, 0,
usr/src/uts/common/os/strsubr.c
898
streams_qbkgrnd_thread = thread_create(NULL, 0,
usr/src/uts/common/os/strsubr.c
901
streams_sqbkgrnd_thread = thread_create(NULL, 0,
usr/src/uts/common/os/sunddi.c
8566
ddi_umem_unlock_thread = thread_create(NULL, 0,
usr/src/uts/common/os/sunmdi.c
8428
(void) thread_create(NULL, 0, vhcache_flush_thread, vhc,
usr/src/uts/common/os/sunmdi.c
8539
(void) thread_create(NULL, 0, bus_config_phci, phbc,
usr/src/uts/common/os/sunmdi.c
8896
(void) thread_create(NULL, 0, config_client_paths_thread, vhc,
usr/src/uts/common/os/sunpm.c
699
(void) thread_create(NULL, 0, (void (*)())pm_dep_thread, NULL, 0, &p0,
usr/src/uts/common/os/task.c
1094
task_commit_thread = thread_create(NULL, 0, task_commit, NULL, 0,
usr/src/uts/common/os/taskq.c
1732
t = thread_create(NULL, 0, taskq_thread, tq, 0, tq->tq_proc,
usr/src/uts/common/os/taskq.c
3011
t = thread_create(NULL, 0, taskq_d_thread, tqe,
usr/src/uts/common/os/zone.c
3605
t = thread_create(stk, stksize, proc, arg, len, pp, TS_STOPPED, pri);
usr/src/uts/common/os/zone.c
6816
(void) thread_create(NULL, 0, zone_ki_call_zoneadmd, zargp, 0, &p0,
usr/src/uts/common/pcmcia/sys/cs_priv.h
576
thread_create(NULL, 0, eh, (void *)csp, \
usr/src/uts/common/sys/proc.h
702
extern kthread_t *thread_create(
usr/src/uts/common/vm/seg_vn.c
492
(void) thread_create(NULL, 0, segvn_trasync_thread,
usr/src/uts/common/vm/vm_page.c
7151
pc_thread_id = thread_create(NULL, 0, page_capture_thread, NULL, 0, &p0,
usr/src/uts/common/xen/io/xenbus_xs.c
1094
(void) thread_create(NULL, 0, xenwatch_thread, NULL, 0, &p0,
usr/src/uts/common/xen/io/xenbus_xs.c
1096
(void) thread_create(NULL, 0, xenbus_thread, NULL, 0, &p0,
usr/src/uts/i86pc/os/graphics.c
173
progressbar_tid = thread_create(NULL, 0, progressbar_thread,
usr/src/uts/i86pc/os/memscrub.c
199
(void) thread_create(NULL, 0, (void (*)())memscrubber, NULL, 0, &p0,
usr/src/uts/i86pc/os/mp_startup.c
329
tp = thread_create(NULL, 0, NULL, NULL, 0, procp,
usr/src/uts/i86pc/os/mp_startup.c
383
tp = thread_create(NULL, PAGESIZE, idle, NULL, 0, procp, TS_ONPROC, -1);
usr/src/uts/i86xpv/os/balloon.c
737
bln_thread = thread_create(NULL, 0, balloon_worker_thread,
usr/src/uts/intel/io/dktp/dcdev/dadk.c
1606
(void) thread_create(NULL, 0, dadk_watch_thread, dadkp, 0, &p0,
usr/src/uts/sun4/os/mp_startup.c
111
tp = thread_create(NULL, 0, slave_startup, NULL, 0, &p0,
usr/src/uts/sun4/os/mp_startup.c
384
tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1);
usr/src/uts/sun4/os/startup.c
2388
ptl1_thread_p = thread_create(NULL, 0, ptl1_thread, NULL, 0,
usr/src/uts/sun4u/io/mc-us3.c
2111
(void) thread_create(NULL, 0, mc_init_sid_cache_thr, NULL, 0,
usr/src/uts/sun4u/io/rmc_comm_drvintf.c
997
tp = thread_create(NULL, 0, rmc_comm_send_pend_req,
usr/src/uts/sun4u/io/rmclomv.c
3063
tp = thread_create(NULL, 0, rmclomv_checkrmc, NULL, 0,
usr/src/uts/sun4u/io/rmclomv.c
3270
tp = thread_create(NULL, 0, rmclomv_refresh, NULL, 0,
usr/src/uts/sun4u/lw8/io/lw8.c
1434
tp = thread_create(NULL, 0, lw8_logger, NULL, 0,
usr/src/uts/sun4u/lw8/io/sgenv.c
894
env_thread = thread_create(NULL, 0, sgenv_update_env_cache,
usr/src/uts/sun4u/lw8/io/sgenv.c
901
board_thread = thread_create(NULL, 0, sgenv_update_board_cache,
usr/src/uts/sun4u/opl/io/mc-opl.c
542
(void) thread_create(NULL, 0, (void (*)())mc_polling_thread,
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
497
oplmsu_bthrd_id = thread_create(NULL, 2 * DEFAULTSTKSZ,
usr/src/uts/sun4u/opl/os/opl.c
1219
ctl_msg.nmt = thread_create(NULL, 0, pass2xscf_thread,
usr/src/uts/sun4u/os/memscrub.c
351
(void) thread_create(NULL, 0, (void (*)())memscrubber,
usr/src/uts/sun4u/serengeti/io/sghsc.c
451
sghsc_event_thread = thread_create(NULL, 0,
usr/src/uts/sun4u/sunfire/io/environ.c
245
(void) thread_create(NULL, 0, (void (*)())environ_overtemp_poll,
usr/src/uts/sun4u/sunfire/io/sysctrl.c
781
(void) thread_create(NULL, 0, (void (*)())sysctrl_overtemp_poll,
usr/src/uts/sun4u/sunfire/io/sysctrl.c
803
(void) thread_create(NULL, 0,
usr/src/uts/sun4v/io/platsvc.c
281
ps_suspend_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
usr/src/uts/sun4v/io/vdc.c
6949
vdc->eio_thread = thread_create(NULL, 0,
usr/src/uts/sun4v/io/vdc.c
7090
vdc->ownership_thread = thread_create(NULL, 0,
usr/src/uts/sun4v/io/vdc.c
738
vdc->msg_proc_thr = thread_create(NULL, 0, vdc_process_msg_thread,
usr/src/uts/sun4v/io/vdc.c
750
vdc->eio_thread = thread_create(NULL, 0, vdc_eio_thread, vdc, 0,
usr/src/uts/sun4v/io/vnet.c
987
tx_grp->flowctl_thread = thread_create(NULL, 0,
usr/src/uts/sun4v/io/vnet_gen.c
3594
ldcp->msg_thread = thread_create(NULL,
usr/src/uts/sun4v/io/vsw_ldc.c
4314
ldcp->rcv_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
usr/src/uts/sun4v/io/vsw_ldc.c
4323
ldcp->msg_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
usr/src/uts/sun4v/io/vsw_ldc.c
628
ldcp->tx_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
usr/src/uts/sun4v/io/vsw_switching.c
241
vswp->sw_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,