Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c583 static taskq_ent_t *taskq_bucket_dispatch(taskq_bucket_t *, task_func_t,
1085 taskq_bucket_dispatch(taskq_bucket_t *b, task_func_t func, void *arg) in taskq_bucket_dispatch() function
1188 if ((tqe = taskq_bucket_dispatch(tq->tq_buckets, func, arg)) in taskq_dispatch()
1213 if ((tqe = taskq_bucket_dispatch(b, func, arg)) != NULL) in taskq_dispatch()
1231 tqe = taskq_bucket_dispatch(b, func, arg); in taskq_dispatch()
1257 if ((tqe = taskq_bucket_dispatch(bucket, func, arg)) != NULL) in taskq_dispatch()