Home
last modified time | relevance | path

Searched refs:depth_updated (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Delevator.h34 void (*depth_updated)(struct blk_mq_hw_ctx *); member
/Linux-v5.4/block/
Dblk-mq.c3174 if (q->elevator && q->elevator->type->ops.depth_updated) in blk_mq_update_nr_requests()
3175 q->elevator->type->ops.depth_updated(hctx); in blk_mq_update_nr_requests()
Dbfq-iosched.c6780 .depth_updated = bfq_depth_updated,