Lines Matching refs:new_q
1399 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q) in htb_graft_helper() argument
1406 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1407 if (new_q) in htb_graft_helper()
1408 new_q->flags |= TCQ_F_ONETXQUEUE | TCQ_F_NOPARENT; in htb_graft_helper()
1521 struct Qdisc *new_q) in htb_parent_to_leaf() argument
1534 parent->leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()
1545 struct Qdisc *new_q) in htb_parent_to_leaf_offload() argument
1550 if (new_q) in htb_parent_to_leaf_offload()
1551 qdisc_refcount_inc(new_q); in htb_parent_to_leaf_offload()
1552 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1708 struct Qdisc *new_q = NULL; in htb_delete() local
1735 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_delete()
1739 if (new_q) in htb_delete()
1740 htb_set_lockdep_class_child(new_q); in htb_delete()
1741 htb_parent_to_leaf_offload(sch, dev_queue, new_q); in htb_delete()
1763 htb_parent_to_leaf(sch, cl, new_q); in htb_delete()
1820 struct Qdisc *new_q, *old_q; in htb_change_class() local
1929 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_change_class()
1932 if (new_q) { in htb_change_class()
1933 htb_set_lockdep_class_child(new_q); in htb_change_class()
1937 qdisc_refcount_inc(new_q); in htb_change_class()
1939 old_q = htb_graft_helper(dev_queue, new_q); in htb_change_class()
1962 cl->leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()