Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c590 static taskq_ent_t *taskq_bucket_dispatch(taskq_bucket_t *, task_func_t,
1094 taskq_bucket_dispatch(taskq_bucket_t *b, task_func_t func, void *arg) in taskq_bucket_dispatch() function
1198 if ((tqe = taskq_bucket_dispatch(tq->tq_buckets, func, arg)) in taskq_dispatch()
1223 if ((tqe = taskq_bucket_dispatch(b, func, arg)) != NULL) in taskq_dispatch()
1241 tqe = taskq_bucket_dispatch(b, func, arg); in taskq_dispatch()
1267 if ((tqe = taskq_bucket_dispatch(bucket, func, arg)) != NULL) in taskq_dispatch()