Lines Matching defs:tq
94 task_alloc(taskq_t *tq, int tqflags) in task_alloc()
135 task_free(taskq_t *tq, taskq_ent_t *t) in task_free()
152 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch()
185 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent()
217 taskq_empty(taskq_t *tq) in taskq_empty()
229 taskq_wait(taskq_t *tq) in taskq_wait()
238 taskq_wait_id(taskq_t *tq, taskqid_t id __unused) in taskq_wait_id()
246 taskq_t *tq = arg; in taskq_thread() local
303 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP); in taskq_create_proc() local
348 taskq_destroy(taskq_t *tq) in taskq_destroy()
386 taskq_member(taskq_t *tq, struct _kthread *t) in taskq_member()