Lines Matching refs:old_q
1387 struct Qdisc *old_q; in htb_graft_helper() local
1391 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1397 return old_q; in htb_graft_helper()
1449 struct Qdisc *old_q; in htb_graft() local
1468 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1474 WARN_ON(old_q != *old); in htb_graft()
1475 qdisc_put(old_q); in htb_graft()
1532 struct Qdisc *old_q; in htb_parent_to_leaf_offload() local
1537 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1538 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
1920 old_q = htb_graft_helper(dev_queue, NULL); in htb_change_class()
1921 WARN_ON(old_q != parent->leaf.q); in htb_change_class()
1935 htb_graft_helper(dev_queue, old_q); in htb_change_class()
1939 u64_stats_read(&old_q->bstats.bytes), in htb_change_class()
1940 u64_stats_read(&old_q->bstats.packets)); in htb_change_class()
1941 qdisc_put(old_q); in htb_change_class()
1953 old_q = htb_graft_helper(dev_queue, new_q); in htb_change_class()
1955 WARN_ON(!(old_q->flags & TCQ_F_BUILTIN)); in htb_change_class()