Searched defs:rq_qos_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 56461 struct rq_qos_ops { struct 56462 void (*throttle)(struct rq_qos *, struct bio *); 56463 void (*track)(struct rq_qos *, struct request *, struct bio *); 56464 void (*merge)(struct rq_qos *, struct request *, struct bio *); 56465 void (*issue)(struct rq_qos *, struct request *); 56466 void (*requeue)(struct rq_qos *, struct request *); 56467 void (*done)(struct rq_qos *, struct request *); 56468 void (*done_bio)(struct rq_qos *, struct bio *); 56469 void (*cleanup)(struct rq_qos *, struct bio *); 56470 void (*queue_depth_changed)(struct rq_qos *); [all …]
|