HomeSort by relevance Sort by last modified time
    Searched defs:taskq_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
taskq.h 38 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
65 extern taskq_t *system_taskq;
70 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
71 extern taskq_t *taskq_create_instance(const char *, int, int, pri_t, int,
73 extern taskq_t *taskq_create_proc(const char *, int, pri_t, int, int,
75 extern taskq_t *taskq_create_sysdc(const char *, int, int, int,
77 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
79 extern void taskq_destroy(taskq_t *);
80 extern void taskq_wait(taskq_t *);
81 extern void taskq_suspend(taskq_t *);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 327 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
342 extern taskq_t *system_taskq;
344 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
349 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
350 extern void taskq_destroy(taskq_t *);
351 extern void taskq_wait(taskq_t *);
352 extern int taskq_member(taskq_t *, void *);

Completed in 2580 milliseconds