Searched refs:rq_qos (Results 1 – 2 of 2) sorted by relevance
| /linux/block/ |
| H A D | blk-rq-qos.h | 27 struct rq_qos { struct 31 struct rq_qos *next; argument 38 void (*throttle)(struct rq_qos *, struct bio *); argument 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 *); [all …]
|
| H A D | blk-iolatency.c | 88 struct rq_qos rqos; 103 static inline struct blk_iolatency *BLKIOLATENCY(struct rq_qos *rqos) in BLKIOLATENCY() 286 static void __blkcg_iolatency_throttle(struct rq_qos *rqos, in __blkcg_iolatency_throttle() 463 static void blkcg_iolatency_throttle(struct rq_qos *rqos, struct bio *bio) in blkcg_iolatency_throttle() 583 static void blkcg_iolatency_done_bio(struct rq_qos *rqos, struct bio *bio) in blkcg_iolatency_done_bio() 635 static void blkcg_iolatency_exit(struct rq_qos *rqos) in blkcg_iolatency_exit() 989 struct rq_qos *rqos = iolat_rq_qos(blkg->q); in iolatency_pd_init()
|