Home
last modified time | relevance | path

Searched refs:throtl_grp (Results 1 – 1 of 1) sorted by relevance

/linux/block/
H A Dblk-throttle.h32 struct throtl_grp *tg; /* tg this qnode belongs to */
61 struct throtl_grp { struct
133 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg() argument
135 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()
138 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
162 struct throtl_grp *tg; in blk_should_throtl()