Lines Matching refs:tq_buckets
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()
2177 if (tq->tq_buckets != NULL) { in taskq_destroy()
2179 kmem_free(tq->tq_buckets, in taskq_destroy()
2183 tq->tq_buckets = NULL; in taskq_destroy()
2332 taskq_bucket_t *b = tq->tq_buckets; in taskq_d_kstat_update()