Searched defs:taskq_wait (Results 1 - 4 of 4) sorted by relevance

/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/os/
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);

Completed in 52 milliseconds