Searched refs:taskq_bucket_dispatch (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | taskq.c | 681 static taskq_ent_t *taskq_bucket_dispatch(taskq_bucket_t *, task_func_t, 1198 taskq_bucket_dispatch(taskq_bucket_t *b, task_func_t func, void *arg) in taskq_bucket_dispatch() function 1460 tqe = taskq_bucket_dispatch(tq->tq_buckets, func, arg); in taskq_dispatch() 1476 tqe = taskq_bucket_dispatch(bucket, func, arg); in taskq_dispatch() 1512 tqe = taskq_bucket_dispatch(bucket, func, arg); in taskq_dispatch()
|