Lines Matching refs:old_q
1393 struct Qdisc *old_q; in htb_graft_helper() local
1397 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1403 return old_q; in htb_graft_helper()
1455 struct Qdisc *old_q; in htb_graft() local
1474 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1480 WARN_ON(old_q != *old); in htb_graft()
1481 qdisc_put(old_q); in htb_graft()
1538 struct Qdisc *old_q; in htb_parent_to_leaf_offload() local
1543 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1544 WARN_ON(!(old_q->flags & TCQ_F_BUILTIN)); in htb_parent_to_leaf_offload()
1830 struct Qdisc *new_q, *old_q; in htb_change_class() local
1922 old_q = htb_graft_helper(dev_queue, NULL); in htb_change_class()
1923 WARN_ON(old_q != parent->leaf.q); in htb_change_class()
1939 htb_graft_helper(dev_queue, old_q); in htb_change_class()
1943 u64_stats_read(&old_q->bstats.bytes), in htb_change_class()
1944 u64_stats_read(&old_q->bstats.packets)); in htb_change_class()
1945 qdisc_put(old_q); in htb_change_class()
1957 old_q = htb_graft_helper(dev_queue, new_q); in htb_change_class()
1959 WARN_ON(!(old_q->flags & TCQ_F_BUILTIN)); in htb_change_class()