Searched defs:taskq_dispatch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c117 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c147 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) function
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c155 * taskqid_t taskq_dispatch(tq, func, arg, flags):
160 * or TQ_NOALLOC and the task can't be dispatched, taskq_dispatch() fails
188 * taskq_dispatch() (especially if TQ_NOQUEUE was specified), so it
193 * This is a light-weight form of taskq_dispatch(), that uses a
282 * taskq_dispatch()--+--->| tqbucket_lock | TQ_APPEND()------+
412 * fails, so that taskq_dispatch() will either enqueue tasks for a
443 * taskq_dispatch() function when it is given TQ_NOSLEEP argument. The value of
1137 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) function
1605 * taskq_dispatch.)
2163 * This function may quietly fail. It is only used by taskq_dispatch() whic
[all...]

Completed in 79 milliseconds