Searched refs:blk_mq_get_hctx_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/block/
H A Dblk-mq.h85 static inline enum hctx_type blk_mq_get_hctx_type(blk_opf_t opf) function
109 return ctx->hctxs[blk_mq_get_hctx_type(opf)];
H A Dblk-mq.c566 if (blk_mq_get_hctx_type(opf) != rq->mq_hctx->type)
2901 enum hctx_type type = blk_mq_get_hctx_type(opf);

Completed in 217 milliseconds