Searched refs:parent_tg (Results 1 – 1 of 1) sorted by relevance
309 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq); in tg_update_has_rules() local314 (parent_tg && parent_tg->has_rules_iops[rw]) || in tg_update_has_rules()317 (parent_tg && parent_tg->has_rules_bps[rw]) || in tg_update_has_rules()882 struct throtl_grp *parent_tg, bool rw) in start_parent_slice_with_credit() argument884 if (throtl_slice_used(parent_tg, rw)) { in start_parent_slice_with_credit()885 throtl_start_new_slice_with_credit(parent_tg, rw, in start_parent_slice_with_credit()895 struct throtl_grp *parent_tg = sq_to_tg(parent_sq); in tg_dispatch_one_bio() local917 if (parent_tg) { in tg_dispatch_one_bio()918 throtl_add_bio_tg(bio, &tg->qnode_on_parent[rw], parent_tg); in tg_dispatch_one_bio()919 start_parent_slice_with_credit(tg, parent_tg, rw); in tg_dispatch_one_bio()