Lines Matching refs:taskq_bucket_t
590 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()
1125 DTRACE_PROBE2(taskq__d__enqueue, taskq_bucket_t *, b, in taskq_bucket_dispatch()
1148 taskq_bucket_t *bucket = NULL; /* Which bucket needs extension */ in taskq_dispatch()
1204 taskq_bucket_t *b; in taskq_dispatch()
1359 taskq_bucket_t *b = tq->tq_buckets; in taskq_wait()
1389 taskq_bucket_t *b = tq->tq_buckets; in taskq_suspend()
1424 taskq_bucket_t *b = tq->tq_buckets; in taskq_resume()
1704 taskq_bucket_t *bucket = tqe->tqent_un.tqent_bucket; in taskq_d_thread()
1740 taskq_bucket_t *, bucket, taskq_ent_t *, tqe); in taskq_d_thread()
1743 taskq_bucket_t *, bucket, taskq_ent_t *, tqe); in taskq_d_thread()
2021 taskq_bucket_t *bucket = kmem_zalloc(sizeof (taskq_bucket_t) * in taskq_create_common()
2090 taskq_bucket_t *b = tq->tq_buckets; in taskq_destroy()
2180 sizeof (taskq_bucket_t) * tq->tq_nbuckets); in taskq_destroy()
2217 taskq_bucket_t *b = (taskq_bucket_t *)arg; in taskq_bucket_extend()
2332 taskq_bucket_t *b = tq->tq_buckets; in taskq_d_kstat_update()