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