Searched refs:tq_buckets (Results 1 – 3 of 3) sorted by relevance
806 ASSERT(tq->tq_buckets == NULL); in taskq_destructor()1198 if ((tqe = taskq_bucket_dispatch(tq->tq_buckets, func, arg)) in taskq_dispatch()1201 bucket = tq->tq_buckets; in taskq_dispatch()1214 b = &tq->tq_buckets[h & (bsize - 1)]; in taskq_dispatch()1236 b = &tq->tq_buckets[++h & (bsize - 1)]; 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()2025 tq->tq_buckets = bucket; in taskq_create_common()2090 taskq_bucket_t *b = tq->tq_buckets; in taskq_destroy()[all …]
129 taskq_bucket_t *tq_buckets; /* Per-cpu array of buckets */ member
213 size_t bsize = tq.tq_nbuckets * sizeof (*tq.tq_buckets); in taskq()217 if (mdb_vread(b, bsize, (uintptr_t)tq.tq_buckets) == -1) { in taskq()