Lines Matching refs:new_q
1390 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q)
1397 old_q = dev_graft_qdisc(dev_queue, new_q);
1398 if (new_q)
1399 new_q->flags |= TCQ_F_ONETXQUEUE | TCQ_F_NOPARENT;
1512 struct Qdisc *new_q)
1525 parent->leaf.q = new_q ? new_q : &noop_qdisc;
1536 struct Qdisc *new_q)
1541 if (new_q)
1542 qdisc_refcount_inc(new_q);
1543 old_q = htb_graft_helper(dev_queue, new_q);
1704 struct Qdisc *new_q = NULL;
1733 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1737 if (new_q)
1738 htb_set_lockdep_class_child(new_q);
1739 htb_parent_to_leaf_offload(sch, dev_queue, new_q);
1761 htb_parent_to_leaf(sch, cl, new_q);
1830 struct Qdisc *new_q, *old_q;
1947 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1950 if (new_q) {
1951 htb_set_lockdep_class_child(new_q);
1955 qdisc_refcount_inc(new_q);
1957 old_q = htb_graft_helper(dev_queue, new_q);
1980 cl->leaf.q = new_q ? new_q : &noop_qdisc;