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

  /netvirt/usr/src/uts/common/sys/
taskq.h 41 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
63 extern taskq_t *system_taskq;
67 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
68 extern taskq_t *taskq_create_instance(const char *, int, int, pri_t, int,
70 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
72 extern void taskq_destroy(taskq_t *);
73 extern void taskq_wait(taskq_t *);
74 extern void taskq_suspend(taskq_t *);
75 extern int taskq_suspended(taskq_t *);
76 extern void taskq_resume(taskq_t *);
    [all...]
  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 308 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
320 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
321 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
322 extern void taskq_destroy(taskq_t *);
323 extern void taskq_wait(taskq_t *);
324 extern int taskq_member(taskq_t *, void *);

Completed in 720 milliseconds