Searched refs:taskq_ent_t (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libzpool/common/ |
| D | taskq.c | 54 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/ |
| D | taskq.h | 50 } taskq_ent_t; typedef 64 } taskq_ent_t; typedef 104 taskq_ent_t *);
|
| /netbsd/src/external/cddl/osnet/sys/kern/ |
| D | taskq.c | 77 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/ |
| D | spa_impl.h | 320 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
|
| D | zio.h | 502 taskq_ent_t io_tqent;
|
| D | dmu.h | 541 taskq_ent_t dbu_tqent;
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | spa.c | 972 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent) in spa_taskq_dispatch_ent()
|