Lines Matching refs:taskq_t
34 taskq_t *system_taskq;
59 task_alloc(taskq_t *tq, int tqflags) in task_alloc()
100 task_free(taskq_t *tq, taskq_ent_t *t) in task_free()
117 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch()
150 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent()
182 taskq_wait(taskq_t *tq) in taskq_wait()
193 taskq_t *tq = arg; in taskq_thread()
228 taskq_t *
232 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP); in taskq_create()
278 taskq_destroy(taskq_t *tq) in taskq_destroy()
312 kmem_free(tq, sizeof (taskq_t)); in taskq_destroy()
316 taskq_member(taskq_t *tq, void *t) in taskq_member()