Searched refs:ioc_gq (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | iocost.h | 7 struct ioc_gq; 16 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 63 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 70 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 78 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 114 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 124 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 134 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 183 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
|
/linux-5.19.10/block/ |
D | blk-iocost.c | 458 struct ioc_gq { struct 546 struct ioc_gq *ancestors[]; argument 570 struct ioc_gq *iocg; 680 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd) in pd_to_iocg() 682 return pd ? container_of(pd, struct ioc_gq, pd) : NULL; in pd_to_iocg() 685 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 690 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg() 718 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, in iocg_commit_bio() 731 static void iocg_lock(struct ioc_gq *iocg, bool lock_ioc, unsigned long *flags) in iocg_lock() 741 static void iocg_unlock(struct ioc_gq *iocg, bool unlock_ioc, unsigned long *flags) in iocg_unlock() [all …]
|