Searched refs:taskq_wait (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq.h82 extern void taskq_wait(taskq_t *);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c182 taskq_wait(taskq_t *tq) function
283 taskq_wait(tq);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c212 taskq_wait(taskq_t *tq) function
321 taskq_wait(tq);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c614 int rc, taskq_wait = 0; local
671 taskq_wait = 1;
681 taskq_wait = 1;
691 taskq_wait = 1;
709 if (taskq_wait) {
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c489 taskq_wait(path->recv_taskq);
1137 taskq_wait(path->recv_taskq);
1667 * so we drop the path mutex before taskq_wait.
1669 taskq_wait(path->recv_taskq);
H A Drsm.c3818 taskq_wait(path->recv_taskq);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c560 taskq_wait(mdeg.taskq);
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h391 extern void taskq_wait(taskq_t *);
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c1193 taskq_wait(tqp);
1239 taskq_wait(tqp);
H A Dtaskq.c202 * void taskq_wait(tq):
207 * Do NOT call taskq_wait() from a task: it will cause deadlock.
1320 * Calling taskq_wait from a task will cause deadlock.
1323 taskq_wait(taskq_t *tq) function
1724 * taskq_wait() waits for nalloc to drop to zero on
2075 taskq_wait(tq);
H A Dkmem.c3316 taskq_wait(kmem_taskq);
4152 taskq_wait(kmem_taskq);
4154 taskq_wait(kmem_move_taskq);
H A Dsunddi.c8915 taskq_wait((taskq_t *)tq);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c437 taskq_wait(sdev_taskq);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c662 taskq_wait(mg->mg_taskq);
1977 taskq_wait(mg->mg_taskq);
H A Ddmu_objset.c1931 * PORTING: this code relies on the property of taskq_wait to wait
1935 * enqueue new tasks after taskq_wait has been called.
1936 * On platforms other than illumos, taskq_wait may not have this
1939 taskq_wait(tq);
H A Ddbuf.c2909 taskq_wait(dbu_evict_taskq);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c674 taskq_wait(taskq);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c15743 taskq_wait(DEVI(parent)->devi_taskq);
15764 taskq_wait(DEVI(parent)->devi_taskq);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c3628 taskq_wait(port->fp_taskq);

Completed in 182 milliseconds