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

/linux-master/block/
H A Dblk-throttle.c420 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq); local
426 (parent_tg && parent_tg->has_rules_iops[rw]) ||
430 (parent_tg && parent_tg->has_rules_bps[rw]) ||
1036 struct throtl_grp *parent_tg, bool rw)
1038 if (throtl_slice_used(parent_tg, rw)) {
1039 throtl_start_new_slice_with_credit(parent_tg, rw,
1049 struct throtl_grp *parent_tg = sq_to_tg(parent_sq); local
1071 if (parent_tg) {
1035 start_parent_slice_with_credit(struct throtl_grp *child_tg, struct throtl_grp *parent_tg, bool rw) argument
1334 struct throtl_grp *parent_tg; local
[all...]

Completed in 115 milliseconds