Lines Matching defs:parent_tg
573 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq);
578 tg->has_rules[rw] = (parent_tg && parent_tg->has_rules[rw]) ||
1137 struct throtl_grp *parent_tg, bool rw)
1139 if (throtl_slice_used(parent_tg, rw)) {
1140 throtl_start_new_slice_with_credit(parent_tg, rw,
1150 struct throtl_grp *parent_tg = sq_to_tg(parent_sq);
1172 if (parent_tg) {
1173 throtl_add_bio_tg(bio, &tg->qnode_on_parent[rw], parent_tg);
1174 start_parent_slice_with_credit(tg, parent_tg, rw);
1424 struct throtl_grp *parent_tg;
1431 parent_tg = blkg_to_tg(blkg->parent);
1437 parent_tg->idletime_threshold);
1439 parent_tg->latency_target);