Lines Matching refs:throtl_grp
24 * belongs to a throtl_grp and gets queued on itself or the parent, so
25 * incrementing the reference of the associated throtl_grp when a qnode is
32 struct throtl_grp *tg; /* tg this qnode belongs to */
40 * children throtl_grp's.
46 * RB tree of active children throtl_grp's, which are sorted by
67 struct throtl_grp {
82 * throtl_grp so that local bios compete fairly with bios
84 * dispatched from this throtl_grp into its parent and will compete
157 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd)
159 return pd ? container_of(pd, struct throtl_grp, pd) : NULL;
162 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg)
185 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg);