Searched refs:ioc_gq (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/trace/events/
H A Diocost.h7 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-master/block/
H A Dblk-iocost.c462 struct ioc_gq { struct
550 struct ioc_gq *ancestors[];
573 struct ioc_gq *iocg;
679 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd)
681 return pd ? container_of(pd, struct ioc_gq, pd) : NULL;
684 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg)
689 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg)
717 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio,
730 static void iocg_lock(struct ioc_gq *iocg, bool lock_ioc, unsigned long *flags)
740 static void iocg_unlock(struct ioc_gq *ioc
[all...]

Completed in 216 milliseconds