Searched refs:hctx_type (Results 1 – 4 of 4) sorted by relevance
79 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()
1704 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()2965 enum hctx_type hctx_type = rq->mq_hctx->type; in blk_mq_can_use_cached_rq() local2969 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 type = hctx_idx_to_type(set, hctx_idx); in blk_mq_get_hctx_node()3600 enum hctx_type type; in blk_mq_hctx_notify_dead()
346 enum hctx_type type; in blk_mq_sched_bio_merge()
457 enum hctx_type { enum