Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h45 typedef struct taskq_bucket taskq_bucket_t; typedef
53 taskq_bucket_t *tqent_bucket;
129 taskq_bucket_t *tq_buckets; /* Per-cpu array of buckets */
/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()
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()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c215 taskq_bucket_t *b = mdb_zalloc(bsize, UM_SLEEP | UM_GC); in taskq()