Lines Matching refs:taskq_t
40 taskq_t *system_taskq = NULL;
64 static taskq_t *
68 taskq_t *tq; in taskq_create_impl()
79 return ((taskq_t *)tq); in taskq_create_impl()
82 taskq_t *
89 taskq_t *
97 taskq_destroy(taskq_t *tq) in taskq_destroy()
105 taskq_member(taskq_t *tq, kthread_t *thread) in taskq_member()
122 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) in taskq_dispatch()
159 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, u_int flags, in taskq_dispatch_ent()
178 taskq_wait(taskq_t *tq) in taskq_wait()
184 taskq_wait_id(taskq_t *tq, taskqid_t id) in taskq_wait_id()