Lines Matching defs:throtl_grp
25 * belongs to a throtl_grp and gets queued on itself or the parent, so
26 * incrementing the reference of the associated throtl_grp when a qnode is
34 struct throtl_grp *tg; /* tg this qnode belongs to */
42 * children throtl_grp's.
49 * RB tree of active children throtl_grp's, which are sorted by
69 struct throtl_grp {
84 * throtl_grp so that local bios compete fairly with bios
86 * dispatched from this throtl_grp into its parent and will compete
135 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd)
137 return pd ? container_of(pd, struct throtl_grp, pd) : NULL;
140 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg)
164 struct throtl_grp *tg;