Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-mq.h79 enum hctx_type type, in blk_mq_map_queue_type()
85 static inline enum hctx_type blk_mq_get_hctx_type(blk_opf_t opf) in blk_mq_get_hctx_type()
87 enum hctx_type type = HCTX_TYPE_DEFAULT; in blk_mq_get_hctx_type()
H A Dblk-mq.c1704 enum hctx_type type = hctx->type; in flush_busy_ctx()
1739 enum hctx_type type = hctx->type; in dispatch_rq_from_ctx()
2523 enum hctx_type type = hctx->type; in blk_mq_insert_requests()
2964 enum hctx_type type = blk_mq_get_hctx_type(bio->bi_opf); in blk_mq_can_use_cached_rq() local
2965 enum hctx_type hctx_type = rq->mq_hctx->type; in blk_mq_can_use_cached_rq()
2969 if (type != hctx_type && in blk_mq_can_use_cached_rq()
2970 !(type == HCTX_TYPE_READ && hctx_type == HCTX_TYPE_DEFAULT)) in blk_mq_can_use_cached_rq()
3354 static enum hctx_type hctx_idx_to_type(struct blk_mq_tag_set *set, in hctx_idx_to_type()
3376 enum hctx_type typ in blk_mq_get_hctx_node()
[all...]
H A Dblk-mq-sched.c346 enum hctx_type type; in blk_mq_sched_bio_merge()
/openbmc/linux/include/linux/
H A Dblk-mq.h457 enum hctx_type { enum