Home
last modified time | relevance | path

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

/block/
Dkyber-iosched.c452 static void kyber_ctx_queue_init(struct kyber_ctx_queue *kcq) in kyber_ctx_queue_init() argument
456 spin_lock_init(&kcq->lock); in kyber_ctx_queue_init()
458 INIT_LIST_HEAD(&kcq->rq_list[i]); in kyber_ctx_queue_init()
571 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]]; in kyber_bio_merge() local
573 struct list_head *rq_list = &kcq->rq_list[sched_domain]; in kyber_bio_merge()
576 spin_lock(&kcq->lock); in kyber_bio_merge()
578 spin_unlock(&kcq->lock); in kyber_bio_merge()
596 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]]; in kyber_insert_requests() local
597 struct list_head *head = &kcq->rq_list[sched_domain]; in kyber_insert_requests()
599 spin_lock(&kcq->lock); in kyber_insert_requests()
[all …]