Lines Matching refs:kcqs
186 struct kyber_ctx_queue *kcqs;
473 khd->kcqs = kmalloc_array_node(hctx->nr_ctx,
476 if (!khd->kcqs)
480 kyber_ctx_queue_init(&khd->kcqs[i]);
513 kfree(khd->kcqs);
526 kfree(khd->kcqs);
573 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]];
599 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]];
670 struct kyber_ctx_queue *kcq = &flush_data->khd->kcqs[bitnr];
766 * token for it. Otherwise, if there are pending requests in the kcqs,
767 * flush the kcqs, but only if we can get a token. If not, we should
768 * leave the requests in the kcqs so that they can be merged. Note that