Home
last modified time | relevance | path

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

/Linux-v6.6/block/
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()
Dblk-mq.c1687 enum hctx_type type = hctx->type; in flush_busy_ctx()
1722 enum hctx_type type = hctx->type; in dispatch_rq_from_ctx()
2463 enum hctx_type type = hctx->type; in blk_mq_insert_requests()
2907 enum hctx_type type, hctx_type; in blk_mq_get_cached_request() local
2921 hctx_type = rq->mq_hctx->type; in blk_mq_get_cached_request()
2922 if (type != hctx_type && in blk_mq_get_cached_request()
2923 !(type == HCTX_TYPE_READ && hctx_type == HCTX_TYPE_DEFAULT)) in blk_mq_get_cached_request()
3296 static enum hctx_type hctx_idx_to_type(struct blk_mq_tag_set *set, in hctx_idx_to_type()
3318 enum hctx_type type = hctx_idx_to_type(set, hctx_idx); in blk_mq_get_hctx_node()
3542 enum hctx_type type; in blk_mq_hctx_notify_dead()
Dblk-mq-sched.c346 enum hctx_type type; in blk_mq_sched_bio_merge()
/Linux-v6.6/include/linux/
Dblk-mq.h457 enum hctx_type { enum