Lines Matching refs:taskq_t
34 taskq_t *system_taskq;
35 taskq_t *system_delay_taskq;
42 task_alloc(taskq_t *tq, int tqflags)
87 task_free(taskq_t *tq, taskq_ent_t *t)
104 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags)
137 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags,
161 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags,
192 taskq_wait(taskq_t *tq)
201 taskq_wait_id(taskq_t *tq, taskqid_t id)
208 taskq_wait_outstanding(taskq_t *tq, taskqid_t id)
217 taskq_t *tq = arg;
253 taskq_t *
258 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP);
305 taskq_destroy(taskq_t *tq)
337 kmem_free(tq, sizeof (taskq_t));
346 taskq_t *
350 taskq_t *tq;
371 taskq_member(taskq_t *tq, kthread_t *t)
385 taskq_t *
392 taskq_cancel_id(taskq_t *tq, taskqid_t id)