Home
last modified time | relevance | path

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

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