Searched refs:rq_lists (Results 1 – 3 of 3) sorted by relevance
352 if (list_empty_careful(&ctx->rq_lists[type])) in blk_mq_sched_bio_merge()362 if (blk_bio_list_merge(q, &ctx->rq_lists[type], bio, nr_segs)) in blk_mq_sched_bio_merge()
1776 list_splice_tail_init(&ctx->rq_lists[type], flush_data->list); in blk_mq_timeout_work() 1810 if (!list_empty(&ctx->rq_lists[type])) { in flush_busy_ctx() 1811 dispatch_data->rq = list_entry_rq(ctx->rq_lists[type].next); in flush_busy_ctx() 1813 if (list_empty(&ctx->rq_lists[type]))2585 list_splice_tail_init(list, &ctx->rq_lists[type]);2645 list_add(&rq->queuelist, &ctx->rq_lists[hctx->type]); in blk_mq_insert_request() 2648 &ctx->rq_lists[hctx->type]); in blk_mq_insert_request() 3810 if (!list_empty(&ctx->rq_lists[type])) { in blk_mq_cpu_mapped_to_hctx() 3811 list_splice_init(&ctx->rq_lists[type], &tmp); in blk_mq_cpu_mapped_to_hctx() 4092 INIT_LIST_HEAD(&__ctx->rq_lists[ in blk_mq_alloc_hctx() [all...]
22 struct list_head rq_lists[HCTX_MAX_TYPES]; member