Lines Matching refs:taskq_t
40 typedef struct taskq taskq_t; typedef
67 extern taskq_t *system_taskq;
72 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
73 extern taskq_t *taskq_create_instance(const char *, int, int, pri_t, int,
75 extern taskq_t *taskq_create_proc(const char *, int, pri_t, int, int,
77 extern taskq_t *taskq_create_sysdc(const char *, int, int, int,
79 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
81 extern void taskq_destroy(taskq_t *);
82 extern void taskq_wait(taskq_t *);
83 extern void taskq_suspend(taskq_t *);
84 extern int taskq_suspended(taskq_t *);
85 extern void taskq_resume(taskq_t *);
86 extern int taskq_member(taskq_t *, kthread_t *);