Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c94 task_alloc(taskq_t *tq, int tqflags) in task_alloc() argument
103 if (tqflags & KM_NOSLEEP) in task_alloc()
125 t = kmem_alloc(sizeof (taskq_ent_t), tqflags); in task_alloc()
152 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch() argument
163 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
167 if (tqflags & TQ_FRONT) { in taskq_dispatch()