Searched refs:new_q (Results 1 – 2 of 2) sorted by relevance
132 new_q->buf->producer_index = new_prod; in resize_finish()137 new_q->index = new_q->buf->producer_index; in resize_finish()142 swap(*q, *new_q); in resize_finish()152 struct rxe_queue *new_q; in rxe_queue_resize() local159 if (!new_q) in rxe_queue_resize()162 err = do_mmap_info(new_q->rxe, outbuf, udata, new_q->buf, in rxe_queue_resize()163 new_q->buf_size, &new_q->ip); in rxe_queue_resize()165 vfree(new_q->buf); in rxe_queue_resize()166 kfree(new_q); in rxe_queue_resize()174 err = resize_finish(q, new_q, num_elem); in rxe_queue_resize()[all …]
1390 if (new_q) in htb_graft_helper()1503 struct Qdisc *new_q) in htb_parent_to_leaf() argument1516 parent->leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()1527 struct Qdisc *new_q) in htb_parent_to_leaf_offload() argument1532 if (new_q) in htb_parent_to_leaf_offload()1533 qdisc_refcount_inc(new_q); in htb_parent_to_leaf_offload()1695 struct Qdisc *new_q = NULL; in htb_delete() local1818 struct Qdisc *new_q, *old_q; in htb_change_class() local1939 if (new_q) in htb_change_class()1940 qdisc_refcount_inc(new_q); in htb_change_class()[all …]