Searched refs:ioc_gq (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/block/ |
D | blk-iocost.c | 367 struct ioc_gq; 430 struct ioc_gq { struct 500 struct ioc_gq *ancestors[]; argument 524 struct ioc_gq *iocg; 634 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd) in pd_to_iocg() 636 return pd ? container_of(pd, struct ioc_gq, pd) : NULL; in pd_to_iocg() 639 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 644 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg() 672 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, u64 cost) in iocg_commit_bio() 894 static void __propagate_active_weight(struct ioc_gq *iocg, u32 active, u32 inuse) in __propagate_active_weight() [all …]
|
/Linux-v5.4/include/trace/events/ |
D | iocost.h | 7 struct ioc_gq; 16 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 67 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 103 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 113 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 123 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
|