Lines Matching refs:new_q
1384 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q) in htb_graft_helper() argument
1391 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1392 if (new_q) in htb_graft_helper()
1393 new_q->flags |= TCQ_F_ONETXQUEUE | TCQ_F_NOPARENT; in htb_graft_helper()
1506 struct Qdisc *new_q) in htb_parent_to_leaf() argument
1519 parent->leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()
1530 struct Qdisc *new_q) in htb_parent_to_leaf_offload() argument
1535 if (new_q) in htb_parent_to_leaf_offload()
1536 qdisc_refcount_inc(new_q); in htb_parent_to_leaf_offload()
1537 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1693 struct Qdisc *new_q = NULL; in htb_delete() local
1720 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_delete()
1724 if (new_q) in htb_delete()
1725 htb_set_lockdep_class_child(new_q); in htb_delete()
1726 htb_parent_to_leaf_offload(sch, dev_queue, new_q); in htb_delete()
1748 htb_parent_to_leaf(sch, cl, new_q); in htb_delete()
1825 struct Qdisc *new_q, *old_q; in htb_change_class() local
1938 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_change_class()
1941 if (new_q) { in htb_change_class()
1942 htb_set_lockdep_class_child(new_q); in htb_change_class()
1946 qdisc_refcount_inc(new_q); in htb_change_class()
1948 old_q = htb_graft_helper(dev_queue, new_q); in htb_change_class()
1971 cl->leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()