Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c71 struct throtl_grp *tg; /* tg this qnode belongs to */
99 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node)
107 struct throtl_grp { struct
231 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()
233 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()
236 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
241 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()
253 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()
256 return container_of(sq, struct throtl_grp, service_queue); in sq_to_tg()
270 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td()
[all …]