Searched defs:taskq_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq.h40 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
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 *);
[all...]
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h354 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
380 extern taskq_t *system_taskq;
382 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
387 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
388 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
390 extern void taskq_destroy(taskq_t *);
391 extern void taskq_wait(taskq_t *);
392 extern int taskq_member(taskq_t *, void *);

Completed in 585 milliseconds