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