Searched defs:taskq_bucket_dispatch (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | taskq.c | 273 * +-> taskq_bucket[nCPU] taskq_bucket_dispatch() 371 * taskq_bucket_dispatch() function gets the most recently used entry from the 411 * taskq_suspend() function. After that taskq_bucket_dispatch() always 583 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) function 1188 if ((tqe = taskq_bucket_dispatch(tq->tq_buckets, func, arg)) 1213 if ((tqe = taskq_bucket_dispatch(b, func, arg)) != NULL) 1231 tqe = taskq_bucket_dispatch(b, func, arg); 1250 * extended, there is a good chance that taskq_bucket_dispatch() 1257 if ((tqe = taskq_bucket_dispatch(bucke [all...] |
Completed in 62 milliseconds