Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Delevator.h102 void (*depth_updated)(struct blk_mq_hw_ctx *); member
/linux-4.19.296/block/
Dblk-mq.c2903 if (q->elevator && q->elevator->type->ops.mq.depth_updated) in blk_mq_update_nr_requests()
2904 q->elevator->type->ops.mq.depth_updated(hctx); in blk_mq_update_nr_requests()
Dbfq-iosched.c5828 .depth_updated = bfq_depth_updated,