Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-mq-sched.c363 list_empty_careful(&ctx->rq_lists[type])) in blk_mq_sched_bio_merge()
373 if (blk_bio_list_merge(q, &ctx->rq_lists[type], bio, nr_segs)) in blk_mq_sched_bio_merge()
Dblk-mq.c1635 list_splice_tail_init(&ctx->rq_lists[type], flush_data->list); in flush_busy_ctx()
1670 if (!list_empty(&ctx->rq_lists[type])) { in dispatch_rq_from_ctx()
1671 dispatch_data->rq = list_entry_rq(ctx->rq_lists[type].next); in dispatch_rq_from_ctx()
1673 if (list_empty(&ctx->rq_lists[type])) in dispatch_rq_from_ctx()
2424 list_add(&rq->queuelist, &ctx->rq_lists[type]); in __blk_mq_insert_req_list()
2426 list_add_tail(&rq->queuelist, &ctx->rq_lists[type]); in __blk_mq_insert_req_list()
2482 list_splice_tail_init(list, &ctx->rq_lists[type]); in blk_mq_insert_requests()
3460 if (!list_empty(&ctx->rq_lists[type])) { in blk_mq_hctx_notify_dead()
3461 list_splice_init(&ctx->rq_lists[type], &tmp); in blk_mq_hctx_notify_dead()
3672 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues()
Dblk-mq.h21 struct list_head rq_lists[HCTX_MAX_TYPES]; member
Dblk-mq-debugfs.c549 return seq_list_start(&ctx->rq_lists[type], *pos); \
557 return seq_list_next(v, &ctx->rq_lists[type], pos); \