Searched refs:parent_tg (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-throttle.c320 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq); local
325 (parent_tg && parent_tg->has_rules_iops[rw]) ||
328 (parent_tg && parent_tg->has_rules_bps[rw]) ||
890 struct throtl_grp *parent_tg, bool rw)
892 if (throtl_slice_used(parent_tg, rw)) {
893 throtl_start_new_slice_with_credit(parent_tg, rw,
903 struct throtl_grp *parent_tg = sq_to_tg(parent_sq); local
925 if (parent_tg) {
889 start_parent_slice_with_credit(struct throtl_grp *child_tg, struct throtl_grp *parent_tg, bool rw) argument
[all...]

Completed in 271 milliseconds