Searched defs:rq_qos_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 61194 struct rq_qos_ops { struct 61195 void (*throttle)(struct rq_qos *, struct bio *); 61196 void (*track)(struct rq_qos *, struct request *, struct bio *); 61197 void (*merge)(struct rq_qos *, struct request *, struct bio *); 61198 void (*issue)(struct rq_qos *, struct request *); 61199 void (*requeue)(struct rq_qos *, struct request *); 61200 void (*done)(struct rq_qos *, struct request *); 61201 void (*done_bio)(struct rq_qos *, struct bio *); 61202 void (*cleanup)(struct rq_qos *, struct bio *); 61203 void (*queue_depth_changed)(struct rq_qos *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 71030 struct rq_qos_ops { struct 71031 void (*throttle)(struct rq_qos *, struct bio *); 71032 void (*track)(struct rq_qos *, struct request *, struct bio *); 71033 void (*merge)(struct rq_qos *, struct request *, struct bio *); 71034 void (*issue)(struct rq_qos *, struct request *); 71035 void (*requeue)(struct rq_qos *, struct request *); 71036 void (*done)(struct rq_qos *, struct request *); 71037 void (*done_bio)(struct rq_qos *, struct bio *); 71038 void (*cleanup)(struct rq_qos *, struct bio *); 71039 void (*queue_depth_changed)(struct rq_qos *); [all …]
|