Searched defs:rq_qos_ops (Results 1 – 1 of 1) sorted by relevance
27 struct rq_qos_ops { struct28 void (*throttle)(struct rq_qos *, struct bio *, spinlock_t *);29 void (*track)(struct rq_qos *, struct request *, struct bio *);30 void (*issue)(struct rq_qos *, struct request *);31 void (*requeue)(struct rq_qos *, struct request *);32 void (*done)(struct rq_qos *, struct request *);33 void (*done_bio)(struct rq_qos *, struct bio *);34 void (*cleanup)(struct rq_qos *, struct bio *);35 void (*exit)(struct rq_qos *);