Searched defs:rq_qos_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 60586 struct rq_qos_ops { struct 60587 void (*throttle)(struct rq_qos *, struct bio *); 60588 void (*track)(struct rq_qos *, struct request *, struct bio *); 60589 void (*merge)(struct rq_qos *, struct request *, struct bio *); 60590 void (*issue)(struct rq_qos *, struct request *); 60591 void (*requeue)(struct rq_qos *, struct request *); 60592 void (*done)(struct rq_qos *, struct request *); 60593 void (*done_bio)(struct rq_qos *, struct bio *); 60594 void (*cleanup)(struct rq_qos *, struct bio *); 60595 void (*queue_depth_changed)(struct rq_qos *); [all …]
|