Searched defs:taskq_member (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c316 taskq_member(taskq_t *tq, void *t) function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c354 taskq_member(taskq_t *tq, struct _kthread *t) function
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c224 * int taskq_member(tq, thread)
420 * taskq_member() function works by comparing a thread t_taskq pointer with
1409 taskq_member(taskq_t *tq, kthread_t *thread) function
1514 curthread->t_taskq = tq; /* mark ourselves for taskq_member() */

Completed in 82 milliseconds