Searched refs:throtl_grp (Results 1 – 1 of 1) sorted by relevance
55 struct throtl_grp *tg; /* tg this qnode belongs to */84 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node)86 struct throtl_grp { struct159 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()161 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()164 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()169 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()181 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()184 return container_of(sq, struct throtl_grp, service_queue); in sq_to_tg()198 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td()[all …]