Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-flush.c226 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io()
314 flush_rq->mq_ctx = first_rq->mq_ctx; in blk_kick_flush()
343 struct blk_mq_ctx *ctx = rq->mq_ctx; in mq_flush_data_end_io()
376 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush()
Dblk-mq.c191 rq->mq_ctx = ctx; in blk_mq_rq_ctx_init()
309 struct blk_mq_ctx *ctx = rq->mq_ctx; in blk_mq_free_hctx_request()
322 hctx = q->mq_ops->map_queue(q, rq->mq_ctx->cpu); in blk_mq_free_request()
358 struct blk_mq_ctx *ctx = rq->mq_ctx; in blk_mq_ipi_complete_request()
577 struct blk_flush_queue *fq = blk_get_flush_queue(rq->q, rq->mq_ctx); in blk_mq_tag_to_rq()
1021 struct blk_mq_ctx *ctx = rq->mq_ctx; in __blk_mq_insert_request()
1038 struct blk_mq_ctx *ctx = rq->mq_ctx, *current_ctx; in blk_mq_insert_request()
1042 rq->mq_ctx = ctx = current_ctx; in blk_mq_insert_request()
1084 rq->mq_ctx = ctx; in blk_mq_insert_requests()
1098 return !(rqa->mq_ctx < rqb->mq_ctx || in plug_ctx_cmp()
[all …]
Dblk-mq-tag.c637 hctx = q->mq_ops->map_queue(q, rq->mq_ctx->cpu); in blk_mq_unique_tag()
/linux-4.1.27/drivers/scsi/
Dscsi_lib.c705 if (req->mq_ctx) { in scsi_end_request()
1090 req->mq_ctx != NULL))) in scsi_init_sgtable()
1119 bool is_mq = (rq->mq_ctx != NULL); in scsi_init_io()
/linux-4.1.27/include/linux/
Dblkdev.h108 struct blk_mq_ctx *mq_ctx; member