Home
last modified time | relevance | path

Searched refs:taskq_ent_t (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libzpool/common/
Dtaskq.c54 taskq_ent_t *tq_freelist;
55 taskq_ent_t tq_task;
58 static taskq_ent_t *
61 taskq_ent_t *t; in task_alloc()
90 t = kmem_alloc(sizeof (taskq_ent_t), tqflags & KM_SLEEP); in task_alloc()
100 task_free(taskq_t *tq, taskq_ent_t *t) in task_free()
108 kmem_free(t, sizeof (taskq_ent_t)); in task_free()
119 taskq_ent_t *t; in taskq_dispatch()
151 taskq_ent_t *t) in taskq_dispatch_ent()
194 taskq_ent_t *t; in taskq_thread()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dtaskq.h50 } taskq_ent_t; typedef
64 } taskq_ent_t; typedef
104 taskq_ent_t *);
/netbsd/src/external/cddl/osnet/sys/kern/
Dtaskq.c77 taskq_ent_t *tqe; in task_executor()
142 taskq_dispatch_common(taskq_t *tq, taskq_ent_t *tqe, uint_t flags) in taskq_dispatch_common()
179 taskq_ent_t *tqe; in taskq_dispatch()
213 taskq_ent_t *tqe) in taskq_dispatch_ent()
307 taskq_ent_t *tqe; in taskq_destroy()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dspa_impl.h320 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
Dzio.h502 taskq_ent_t io_tqent;
Ddmu.h541 taskq_ent_t dbu_tqent;
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa.c972 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent) in spa_taskq_dispatch_ent()