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