Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c72 struct throtl_grp *tg; /* tg this qnode belongs to */ member
240 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() argument
242 return pd_to_blkg(&tg->pd); in tg_to_blkg()
269 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local
271 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() argument
297 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 …]