Searched refs:throtl_grp (Results 1 – 2 of 2) sorted by relevance
347 struct throtl_grp *tg; in throtl_pd_alloc()499 static struct throtl_grp *521 struct throtl_grp *tg; in update_min_dispatch_time()535 struct throtl_grp *__tg; in tg_service_queue_add()947 struct throtl_grp *tg) in throtl_add_bio_tg()1086 struct throtl_grp *tg; in throtl_select_dispatch()1115 struct throtl_grp *this_tg);1323 struct throtl_grp *tg; in tg_set_conf()1512 struct throtl_grp *tg; in tg_set_limit()1766 struct throtl_grp *this_tg) in throtl_can_upgrade()[all …]
32 struct throtl_grp *tg; /* tg this qnode belongs to */61 struct throtl_grp { struct144 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg() argument146 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()149 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()171 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); in blk_throtl_bio()
Completed in 10 milliseconds