Lines Matching refs:parent_tg
551 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq); in tg_update_has_rules() local
556 tg->has_rules[rw] = (parent_tg && parent_tg->has_rules[rw]) || in tg_update_has_rules()
1105 struct throtl_grp *parent_tg, bool rw) in start_parent_slice_with_credit() argument
1107 if (throtl_slice_used(parent_tg, rw)) { in start_parent_slice_with_credit()
1108 throtl_start_new_slice_with_credit(parent_tg, rw, in start_parent_slice_with_credit()
1118 struct throtl_grp *parent_tg = sq_to_tg(parent_sq); in tg_dispatch_one_bio() local
1140 if (parent_tg) { in tg_dispatch_one_bio()
1141 throtl_add_bio_tg(bio, &tg->qnode_on_parent[rw], parent_tg); in tg_dispatch_one_bio()
1142 start_parent_slice_with_credit(tg, parent_tg, rw); in tg_dispatch_one_bio()
1387 struct throtl_grp *parent_tg; in tg_conf_updated() local
1394 parent_tg = blkg_to_tg(blkg->parent); in tg_conf_updated()
1400 parent_tg->idletime_threshold); in tg_conf_updated()
1402 parent_tg->latency_target); in tg_conf_updated()