Searched refs:tg (Results 1 – 1 of 1) sorted by relevance
72 struct throtl_grp *tg; /* tg this qnode belongs to */ member240 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() argument242 return pd_to_blkg(&tg->pd); in tg_to_blkg()269 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local271 if (tg) in sq_to_td()272 return tg->td; in sq_to_td()295 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() argument297 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit()304 td = tg->td; in tg_bps_limit()305 ret = tg->bps[rw][td->limit_index]; in tg_bps_limit()[all …]