Searched refs:throtl_grp (Results 1 – 1 of 1) sorted by relevance
70 struct throtl_grp *tg; /* tg this qnode belongs to */98 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node)106 struct throtl_grp { struct227 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()229 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()232 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()237 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()249 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()252 return container_of(sq, struct throtl_grp, service_queue); in sq_to_tg()266 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td()[all …]