Lines Matching refs:kcqs
185 struct kyber_ctx_queue *kcqs;
468 khd->kcqs = kmalloc_array_node(hctx->nr_ctx,
471 if (!khd->kcqs)
475 kyber_ctx_queue_init(&khd->kcqs[i]);
507 kfree(khd->kcqs);
520 kfree(khd->kcqs);
567 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]];
592 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]];
663 struct kyber_ctx_queue *kcq = &flush_data->khd->kcqs[bitnr];
759 * token for it. Otherwise, if there are pending requests in the kcqs,
760 * flush the kcqs, but only if we can get a token. If not, we should
761 * leave the requests in the kcqs so that they can be merged. Note that