Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-throttle.c55 struct throtl_grp *tg; /* tg this qnode belongs to */
84 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node)
94 struct throtl_grp { struct
180 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()
182 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()
185 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
190 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()
195 static inline struct throtl_grp *td_root_tg(struct throtl_data *td) in td_root_tg()
207 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()
210 return container_of(sq, struct throtl_grp, service_queue); in sq_to_tg()
[all …]