Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Delevator.h35 void (*depth_updated)(struct blk_mq_hw_ctx *); member
/OK3568_Linux_fs/kernel/block/
H A Dmq-deadline-main.c1114 .depth_updated = dd_depth_updated,
H A Dblk-mq.c3663 if (q->elevator && q->elevator->type->ops.depth_updated) in blk_mq_update_nr_requests()
3664 q->elevator->type->ops.depth_updated(hctx); in blk_mq_update_nr_requests()
H A Dbfq-iosched.c6815 .depth_updated = bfq_depth_updated,