usr/src/cmd/mdb/common/modules/genunix/taskq.c
102
taskq_t tq;
usr/src/cmd/mdb/common/modules/genunix/taskq.c
147
taskq_t tq;
usr/src/cmd/mdb/common/modules/genunix/taskq.c
346
taskq_t tq;
usr/src/cmd/mdb/common/modules/genunix/taskq.c
363
if (mdb_vread((void *)&tq, sizeof (taskq_t), wsp->walk_addr) == -1) {
usr/src/cmd/mdb/common/modules/genunix/taskq.c
403
OFFSETOF(taskq_t, tq_task);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
464
taskq_t tq;
usr/src/cmd/mdb/common/modules/genunix/taskq.c
507
taskq_t *tq = (taskq_t *)tti->tti_addr;
usr/src/cmd/mdb/common/modules/genunix/thread.c
590
taskq_t tq;
usr/src/cmd/mdb/common/modules/genunix/thread.c
592
if (mdb_vread(&tq, sizeof (taskq_t),
usr/src/cmd/mdb/common/modules/sd/sd.c
64
taskq_t *xa_tq;
usr/src/lib/libfakekernel/common/sys/taskq_impl.h
53
void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t, taskq_ent_t *);
usr/src/lib/libfakekernel/common/taskq.c
135
task_free(taskq_t *tq, taskq_ent_t *t)
usr/src/lib/libfakekernel/common/taskq.c
152
taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags)
usr/src/lib/libfakekernel/common/taskq.c
185
taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags,
usr/src/lib/libfakekernel/common/taskq.c
217
taskq_empty(taskq_t *tq)
usr/src/lib/libfakekernel/common/taskq.c
229
taskq_wait(taskq_t *tq)
usr/src/lib/libfakekernel/common/taskq.c
238
taskq_wait_id(taskq_t *tq, taskqid_t id __unused)
usr/src/lib/libfakekernel/common/taskq.c
246
taskq_t *tq = arg;
usr/src/lib/libfakekernel/common/taskq.c
281
taskq_t *
usr/src/lib/libfakekernel/common/taskq.c
290
taskq_t *
usr/src/lib/libfakekernel/common/taskq.c
299
taskq_t *
usr/src/lib/libfakekernel/common/taskq.c
303
taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP);
usr/src/lib/libfakekernel/common/taskq.c
348
taskq_destroy(taskq_t *tq)
usr/src/lib/libfakekernel/common/taskq.c
382
kmem_free(tq, sizeof (taskq_t));
usr/src/lib/libfakekernel/common/taskq.c
386
taskq_member(taskq_t *tq, struct _kthread *t)
usr/src/lib/libfakekernel/common/taskq.c
71
taskq_t *system_taskq;
usr/src/lib/libfakekernel/common/taskq.c
94
task_alloc(taskq_t *tq, int tqflags)
usr/src/uts/common/c2/audit_kernel.h
313
taskq_t *auk_taskq; /* output thread */
usr/src/uts/common/crypto/core/kcf_sched.c
1868
taskq_t *taskq = pd->pd_taskq;
usr/src/uts/common/crypto/core/kcf_sched.c
563
taskq_t *taskq = new_pd->pd_taskq;
usr/src/uts/common/crypto/core/kcf_sched.c
603
taskq_t *taskq;
usr/src/uts/common/crypto/io/dprov.c
1256
taskq_t *ds_taskq; /* taskq for async behavior */
usr/src/uts/common/crypto/io/viorand.c
51
taskq_t *vio_taskq;
usr/src/uts/common/dtrace/dtrace.c
169
static taskq_t *dtrace_taskq; /* task queue */
usr/src/uts/common/fs/dev/sdev_vfsops.c
72
taskq_t *sdev_taskq = NULL;
usr/src/uts/common/fs/sockfs/sockfilter.c
110
taskq_t *sof_close_deferred_taskq;
usr/src/uts/common/fs/vnode.c
913
vn_rele_async(vnode_t *vp, taskq_t *taskq)
usr/src/uts/common/fs/zfs/dbuf.c
68
static taskq_t *dbu_evict_taskq;
usr/src/uts/common/fs/zfs/dmu_objset.c
2567
taskq_t *dc_tq;
usr/src/uts/common/fs/zfs/dmu_objset.c
2739
taskq_t *tq = NULL;
usr/src/uts/common/fs/zfs/dsl_pool.c
1078
taskq_t *
usr/src/uts/common/fs/zfs/dsl_pool.c
1084
taskq_t *
usr/src/uts/common/fs/zfs/spa.c
1037
kmem_free(tqs->stqs_taskq, tqs->stqs_count * sizeof (taskq_t *));
usr/src/uts/common/fs/zfs/spa.c
1052
taskq_t *tq;
usr/src/uts/common/fs/zfs/spa.c
966
tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
988
taskq_t *tq;
usr/src/uts/common/fs/zfs/sys/dsl_pool.h
131
taskq_t *dp_sync_taskq;
usr/src/uts/common/fs/zfs/sys/dsl_pool.h
132
taskq_t *dp_zil_clean_taskq;
usr/src/uts/common/fs/zfs/sys/dsl_pool.h
176
taskq_t *dsl_pool_vnrele_taskq(dsl_pool_t *dp);
usr/src/uts/common/fs/zfs/sys/dsl_pool.h
177
taskq_t *dsl_pool_unlinked_drain_taskq(dsl_pool_t *dp);
usr/src/uts/common/fs/zfs/sys/dsl_pool.h
95
taskq_t *dp_vnrele_taskq;
usr/src/uts/common/fs/zfs/sys/dsl_scan.h
131
taskq_t *scn_taskq; /* task queue for issuing extents */
usr/src/uts/common/fs/zfs/sys/metaslab_impl.h
237
taskq_t *mg_taskq;
usr/src/uts/common/fs/zfs/sys/spa_impl.h
180
taskq_t **stqs_taskq;
usr/src/uts/common/fs/zfs/sys/spa_impl.h
438
taskq_t *spa_upgrade_taskq; /* taskq for upgrade jobs */
usr/src/uts/common/fs/zfs/sys/txg_impl.h
118
taskq_t *tx_commit_cb_taskq; /* commit callback taskq */
usr/src/uts/common/fs/zfs/vdev.c
1528
taskq_t *tq;
usr/src/uts/common/inet/ilb/ilb_stack.h
63
taskq_t *ilbs_rule_taskq;
usr/src/uts/common/inet/ilb/ilb_stack.h
78
taskq_t *ilbs_conn_taskq;
usr/src/uts/common/inet/ilb/ilb_stack.h
91
taskq_t *ilbs_sticky_taskq;
usr/src/uts/common/inet/ip/ipsecah.c
148
static taskq_t *ah_taskq;
usr/src/uts/common/inet/ip/ipsecesp.c
149
static taskq_t *esp_taskq;
usr/src/uts/common/inet/sctp/sctp.c
1695
kmem_zalloc(sctps->sctps_recvq_tq_list_max_sz * sizeof (taskq_t *),
usr/src/uts/common/inet/sctp/sctp.c
1717
sctps->sctps_recvq_tq_list_max_sz * sizeof (taskq_t *));
usr/src/uts/common/inet/sctp/sctp.c
1725
taskq_t *tq;
usr/src/uts/common/inet/sctp/sctp.c
1777
taskq_t *tq;
usr/src/uts/common/inet/sctp/sctp_impl.h
900
taskq_t *sctp_recvq_tq;
usr/src/uts/common/inet/sctp/sctp_stack.h
151
taskq_t **sctps_recvq_tq_list;
usr/src/uts/common/io/blkdev/blkdev.c
345
static taskq_t *bd_taskq;
usr/src/uts/common/io/comstar/port/iscsit/iscsit.h
573
taskq_t *global_dispatch_taskq;
usr/src/uts/common/io/comstar/port/pppt/pppt.h
211
taskq_t *global_dispatch_taskq;
usr/src/uts/common/io/comstar/port/pppt/pppt.h
212
taskq_t *global_sess_taskq;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4825
taskq_t *tq = fptr->fcip_tq;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
573
static taskq_t *daplka_taskq = NULL;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
88
taskq_t *ibcm_taskq = NULL;
usr/src/uts/common/io/mlxcx/mlxcx.h
1199
taskq_t *mlx_async_tq;
usr/src/uts/common/io/mlxcx/mlxcx.h
938
taskq_t *mlg_refill_tq;
usr/src/uts/common/io/nvme/nvme.c
686
taskq_t *nvme_dead_taskq;
usr/src/uts/common/io/nvme/nvme_var.h
251
taskq_t *ncq_cmd_taskq;
usr/src/uts/common/io/pciex/pcie.c
612
taskq_t *pcie_link_tq;
usr/src/uts/common/io/rsm/rsm.c
488
extern taskq_t *work_taskq;
usr/src/uts/common/io/sata/impl/sata.c
2824
taskq_t *tq = SATA_TXLT_TASKQ(spx);
usr/src/uts/common/io/sata/impl/sata.c
7479
taskq_t *tq = SATA_TXLT_TASKQ(spx);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc.h
251
taskq_t *l_taskq;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
9601
if (!taskq_member((taskq_t *)mpt->m_event_taskq, curthread))
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
9603
if (!taskq_member((taskq_t *)mpt->m_dr_taskq, curthread))
usr/src/uts/common/io/scsi/targets/sd.c
10581
static taskq_t *sd_tq = NULL;
usr/src/uts/common/io/scsi/targets/sd.c
10596
static taskq_t *sd_wmr_tq = NULL;
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
70
static taskq_t *xbuf_tq = NULL;
usr/src/uts/common/io/scsi/targets/sd_xbuf.h
95
taskq_t *xa_tq;
usr/src/uts/common/io/signalfd.c
188
static taskq_t *signalfd_wakeq; /* pollwake event taskq */
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
769
static taskq_t *xhci_taskq;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
574
taskq_destroy((taskq_t *)arg);
usr/src/uts/common/io/usb/usba/usbai_util.c
1731
taskq_t *taskq;
usr/src/uts/common/io/vscan/vscan_svc.c
225
static taskq_t *vscan_svc_taskq = NULL;
usr/src/uts/common/os/console.c
60
taskq_t *console_taskq;
usr/src/uts/common/os/damap.c
1157
taskq_t *tqp = NULL;
usr/src/uts/common/os/damap.c
1203
taskq_t *tqp = NULL;
usr/src/uts/common/os/damap.c
52
extern taskq_t *system_taskq;
usr/src/uts/common/os/ddi_periodic.c
91
static taskq_t *periodic_taskq;
usr/src/uts/common/os/dumpsubr.c
2668
taskq_t *livetaskq = NULL;
usr/src/uts/common/os/exacct.c
60
taskq_t *exacct_queue;
usr/src/uts/common/os/kmem.c
1051
static taskq_t *kmem_taskq;
usr/src/uts/common/os/kmem.c
1102
static taskq_t *kmem_move_taskq;
usr/src/uts/common/os/kmem.c
1190
kmem_cache_applyall(void (*func)(kmem_cache_t *), taskq_t *tq, int tqflag)
usr/src/uts/common/os/kmem.c
1206
kmem_cache_applyall_id(void (*func)(kmem_cache_t *), taskq_t *tq, int tqflag)
usr/src/uts/common/os/pool.c
159
static taskq_t *pool_event_cb_taskq = NULL;
usr/src/uts/common/os/strsubr.c
166
static taskq_t *streams_taskq; /* Used for most STREAMS scheduling */
usr/src/uts/common/os/sunddi.c
8919
taskq_destroy((taskq_t *)tq);
usr/src/uts/common/os/sunddi.c
8926
taskqid_t id = taskq_dispatch((taskq_t *)tq, func, arg,
usr/src/uts/common/os/sunddi.c
8935
taskq_wait((taskq_t *)tq);
usr/src/uts/common/os/sunddi.c
8941
taskq_suspend((taskq_t *)tq);
usr/src/uts/common/os/sunddi.c
8947
return (taskq_suspended((taskq_t *)tq));
usr/src/uts/common/os/sunddi.c
8953
taskq_resume((taskq_t *)tq);
usr/src/uts/common/os/sunmdi.c
118
taskq_t *mdi_taskq;
usr/src/uts/common/os/taskq.c
1011
taskq_t *tq;
usr/src/uts/common/os/taskq.c
1083
taskq_ent_alloc(taskq_t *tq, int flags)
usr/src/uts/common/os/taskq.c
1150
taskq_ent_free(taskq_t *tq, taskq_ent_t *tqe)
usr/src/uts/common/os/taskq.c
1176
taskq_ent_exists(taskq_t *tq, task_func_t func, void *arg)
usr/src/uts/common/os/taskq.c
1201
taskq_t *tq = b->tqbucket_taskq;
usr/src/uts/common/os/taskq.c
1255
taskq_t *tq = b->tqbucket_taskq;
usr/src/uts/common/os/taskq.c
1406
taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags)
usr/src/uts/common/os/taskq.c
1553
taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags,
usr/src/uts/common/os/taskq.c
1581
taskq_empty(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1598
taskq_wait(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1621
taskq_wait_id(taskq_t *tq, taskqid_t id __unused)
usr/src/uts/common/os/taskq.c
1634
taskq_suspend(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1660
taskq_suspended(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1669
taskq_resume(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1691
taskq_member(taskq_t *tq, kthread_t *thread)
usr/src/uts/common/os/taskq.c
1705
taskq_thread_create(taskq_t *tq)
usr/src/uts/common/os/taskq.c
1763
taskq_thread_wait(taskq_t *tq, kmutex_t *mx, kcondvar_t *cv,
usr/src/uts/common/os/taskq.c
1792
taskq_t *tq = arg;
usr/src/uts/common/os/taskq.c
1901
DTRACE_PROBE2(taskq__exec__start, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
1904
DTRACE_PROBE2(taskq__exec__end, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
1984
taskq_bucket_t *bucket, taskq_t *tq)
usr/src/uts/common/os/taskq.c
2069
DTRACE_PROBE3(taskq__d__exec__start, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
2072
DTRACE_PROBE3(taskq__d__exec__end, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
2117
taskq_t *, tq, taskq_ent_t *, tqe);
usr/src/uts/common/os/taskq.c
2241
taskq_t *tq = bucket->tqbucket_taskq;
usr/src/uts/common/os/taskq.c
2300
taskq_t *, tq, taskq_ent_t *, tqe);
usr/src/uts/common/os/taskq.c
2337
taskq_t *, tq, taskq_ent_t *, tqe);
usr/src/uts/common/os/taskq.c
2343
taskq_t *, tq, taskq_ent_t *, tqe);
usr/src/uts/common/os/taskq.c
2449
taskq_t *, tq, taskq_ent_t *, tqe);
usr/src/uts/common/os/taskq.c
2508
taskq_t *
usr/src/uts/common/os/taskq.c
2527
taskq_t *
usr/src/uts/common/os/taskq.c
2542
taskq_t *
usr/src/uts/common/os/taskq.c
2553
taskq_t *
usr/src/uts/common/os/taskq.c
2564
static taskq_t *
usr/src/uts/common/os/taskq.c
2568
taskq_t *tq = kmem_cache_alloc(taskq_cache, KM_SLEEP);
usr/src/uts/common/os/taskq.c
2768
taskq_destroy(taskq_t *tq)
usr/src/uts/common/os/taskq.c
2963
taskq_t *tq = b->tqbucket_taskq;
usr/src/uts/common/os/taskq.c
3075
taskq_t *tq = bucket->tqbucket_taskq;
usr/src/uts/common/os/taskq.c
3141
DTRACE_PROBE2(taskq__redist__fails, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
3163
DTRACE_PROBE3(taskq__bucket__redist__ret, taskq_t *, tq,
usr/src/uts/common/os/taskq.c
3171
taskq_t *tq = ksp->ks_private;
usr/src/uts/common/os/taskq.c
3193
taskq_t *tq = ksp->ks_private;
usr/src/uts/common/os/taskq.c
578
taskq_t *system_taskq;
usr/src/uts/common/os/taskq.c
665
static taskq_t *taskq_create_common(const char *, int, int, pri_t, int,
usr/src/uts/common/os/taskq.c
678
static taskq_ent_t *taskq_ent_alloc(taskq_t *, int);
usr/src/uts/common/os/taskq.c
679
static void taskq_ent_free(taskq_t *, taskq_ent_t *);
usr/src/uts/common/os/taskq.c
680
static int taskq_ent_exists(taskq_t *, task_func_t, void *);
usr/src/uts/common/os/taskq.c
865
DTRACE_PROBE2(taskq__enqueue, taskq_t *, tq, taskq_ent_t *, tqe); \
usr/src/uts/common/os/taskq.c
887
taskq_t *tq = buf;
usr/src/uts/common/os/taskq.c
889
bzero(tq, sizeof (taskq_t));
usr/src/uts/common/os/taskq.c
908
taskq_t *tq = buf;
usr/src/uts/common/os/taskq.c
950
taskq_cache = kmem_cache_create("taskq_cache", sizeof (taskq_t),
usr/src/uts/common/os/taskq.c
956
list_create(&taskq_cpupct_list, sizeof (taskq_t),
usr/src/uts/common/os/taskq.c
957
offsetof(taskq_t, tq_cpupct_link));
usr/src/uts/common/os/taskq.c
961
taskq_update_nthreads(taskq_t *tq, uint_t ncpus)
usr/src/uts/common/os/taskq.c
983
taskq_cpupct_install(taskq_t *tq, cpupart_t *cpup)
usr/src/uts/common/os/taskq.c
998
taskq_cpupct_remove(taskq_t *tq)
usr/src/uts/common/rpc/clnt_clts.c
142
static taskq_t *endpnt_taskq; /* endpnt_t reaper thread */
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1032
taskq_t *tq = zsd->sgz_init_taskq;
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
262
taskq_t *sgz_init_taskq;
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
265
static taskq_t *
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
268
taskq_t *tq;
usr/src/uts/common/smbsrv/smb_ktypes.h
2159
taskq_t *sv_notify_pool;
usr/src/uts/common/smbsrv/smb_ktypes.h
2160
taskq_t *sv_worker_pool;
usr/src/uts/common/smbsrv/smb_ktypes.h
2161
taskq_t *sv_receiver_pool;
usr/src/uts/common/sys/callo.h
373
taskq_t *ct_taskq; /* taskq to execute normal callouts */
usr/src/uts/common/sys/console.h
85
extern taskq_t *console_taskq;
usr/src/uts/common/sys/crypto/impl.h
215
taskq_t *pd_taskq;
usr/src/uts/common/sys/emul64var.h
374
taskq_t *emul64_taskq;
usr/src/uts/common/sys/exacct.h
197
extern taskq_t *exacct_queue;
usr/src/uts/common/sys/fibre-channel/impl/fctl_private.h
608
taskq_t *fp_taskq; /* callback queue */
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
218
taskq_t *fcip_tq; /* Taskq pointer */
usr/src/uts/common/sys/fs/hsfs_node.h
233
taskq_t *ra_task; /* Read-ahead Q */
usr/src/uts/common/sys/fs/sdev_impl.h
570
extern taskq_t *sdev_taskq;
usr/src/uts/common/sys/fssnap.h
155
taskq_t *cow_taskq; /* task queue for async writes */
usr/src/uts/common/sys/ib/mgt/ibcm/ibcm_impl.h
2047
extern taskq_t *ibcm_taskq;
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
370
taskq_t *ic_send_taskq; /* taskq for send cb */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
371
taskq_t *ic_recv_taskq; /* taskq for receive cb */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
581
taskq_t *ibmf_taskq; /* taskq for MAD processing */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_saa_impl.h
192
taskq_t *saa_event_taskq;
usr/src/uts/common/sys/idm/idm_impl.h
180
taskq_t *ic_state_taskq;
usr/src/uts/common/sys/idm/idm_impl.h
453
taskq_t *idm_global_taskq;
usr/src/uts/common/sys/lofi.h
264
taskq_t *ls_taskq;
usr/src/uts/common/sys/rsm/rsmka_path_int.h
115
taskq_t *recv_taskq;
usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h
373
taskq_t *svl_taskq;
usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h
495
taskq_t *vhci_taskq;
usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h
497
taskq_t *vhci_update_pathstates_taskq;
usr/src/uts/common/sys/taskq.h
72
extern taskq_t *system_taskq;
usr/src/uts/common/sys/taskq.h
77
extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
usr/src/uts/common/sys/taskq.h
78
extern taskq_t *taskq_create_instance(const char *, int, int, pri_t, int,
usr/src/uts/common/sys/taskq.h
80
extern taskq_t *taskq_create_proc(const char *, int, pri_t, int, int,
usr/src/uts/common/sys/taskq.h
82
extern taskq_t *taskq_create_sysdc(const char *, int, int, int,
usr/src/uts/common/sys/taskq.h
84
extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
usr/src/uts/common/sys/taskq.h
86
extern void taskq_destroy(taskq_t *);
usr/src/uts/common/sys/taskq.h
87
extern void taskq_wait(taskq_t *);
usr/src/uts/common/sys/taskq.h
88
void taskq_wait_id(taskq_t *, taskqid_t);
usr/src/uts/common/sys/taskq.h
89
extern boolean_t taskq_empty(taskq_t *);
usr/src/uts/common/sys/taskq.h
90
extern void taskq_suspend(taskq_t *);
usr/src/uts/common/sys/taskq.h
91
extern int taskq_suspended(taskq_t *);
usr/src/uts/common/sys/taskq.h
92
extern void taskq_resume(taskq_t *);
usr/src/uts/common/sys/taskq.h
93
extern int taskq_member(taskq_t *, kthread_t *);
usr/src/uts/common/sys/taskq_impl.h
160
void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t, taskq_ent_t *);
usr/src/uts/common/sys/taskq_impl.h
81
taskq_t *tqbucket_taskq; /* Enclosing taskq */
usr/src/uts/common/sys/usb/usba/usba_types.h
128
taskq_t *p_taskq;
usr/src/uts/common/sys/usb/usba/usba_types.h
349
taskq_t *usb_shared_taskq[USBA_N_ENDPOINTS];
usr/src/uts/common/xen/io/xenbus_xs.c
138
static taskq_t *xenbus_taskq;
usr/src/uts/i86pc/i86hvm/io/xpv/xpv_support.c
298
taskq_t *xen_shutdown_tq;
usr/src/uts/i86xpv/os/mp_xen.c
135
static taskq_t *cpu_config_tq;
usr/src/uts/i86xpv/os/xen_machdep.c
714
taskq_t *xen_shutdown_tq;
usr/src/uts/intel/io/ipmi/ipmivars.h
109
taskq_t *ipmi_kthread;
usr/src/uts/sun4u/cpu/us3_common.c
112
taskq_t *ch_check_ce_tq;
usr/src/uts/sun4u/os/plat_ecc_unum.c
1024
static taskq_t *plat_ecc_taskq;
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
152
static taskq_t *sbbc_ecc_mbox_taskq = NULL;
usr/src/uts/sun4v/io/ds_drv.c
60
static taskq_t *ds_taskq;
usr/src/uts/sun4v/io/mdeg.c
70
taskq_t *taskq; /* for internal processing */