Searched defs:rq_qos_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/block/ |
| D | blk-rq-qos.h | 37 struct rq_qos_ops { struct 38 void (*throttle)(struct rq_qos *, struct bio *); 39 void (*track)(struct rq_qos *, struct request *, struct bio *); 40 void (*merge)(struct rq_qos *, struct request *, struct bio *); 41 void (*issue)(struct rq_qos *, struct request *); 42 void (*requeue)(struct rq_qos *, struct request *); 43 void (*done)(struct rq_qos *, struct request *); 44 void (*done_bio)(struct rq_qos *, struct bio *); 45 void (*cleanup)(struct rq_qos *, struct bio *); 46 void (*queue_depth_changed)(struct rq_qos *); [all …]
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-rq-qos.h | 37 struct rq_qos_ops { struct 38 void (*throttle)(struct rq_qos *, struct bio *); 39 void (*track)(struct rq_qos *, struct request *, struct bio *); 40 void (*merge)(struct rq_qos *, struct request *, struct bio *); 41 void (*issue)(struct rq_qos *, struct request *); 42 void (*requeue)(struct rq_qos *, struct request *); 43 void (*done)(struct rq_qos *, struct request *); 44 void (*done_bio)(struct rq_qos *, struct bio *); 45 void (*cleanup)(struct rq_qos *, struct bio *); 46 void (*queue_depth_changed)(struct rq_qos *); [all …]
|