Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libzpool/common/
Dtaskq.c59 task_alloc(taskq_t *tq, int tqflags) in task_alloc() argument
68 if (!(tqflags & KM_SLEEP)) in task_alloc()
90 t = kmem_alloc(sizeof (taskq_ent_t), tqflags & KM_SLEEP); in task_alloc()
117 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch() argument
128 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
132 if (tqflags & TQ_FRONT) { in taskq_dispatch()