Searched refs:new_q (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_queue.c | 135 static int resize_finish(struct rxe_queue *q, struct rxe_queue *new_q, in resize_finish() argument 142 memcpy(producer_addr(new_q), consumer_addr(q), in resize_finish() 143 new_q->elem_size); in resize_finish() 144 advance_producer(new_q); in resize_finish() 148 swap(*q, *new_q); in resize_finish() 158 struct rxe_queue *new_q; in rxe_queue_resize() local 163 new_q = rxe_queue_init(q->rxe, &num_elem, elem_size); in rxe_queue_resize() 164 if (!new_q) in rxe_queue_resize() 167 err = do_mmap_info(new_q->rxe, outbuf, udata, new_q->buf, in rxe_queue_resize() 168 new_q->buf_size, &new_q->ip); in rxe_queue_resize() [all …]
|
| /Linux-v5.4/net/sched/ |
| D | sch_htb.c | 1188 struct Qdisc *new_q) in htb_parent_to_leaf() argument 1200 parent->leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf() 1253 struct Qdisc *new_q = NULL; in htb_delete() local 1264 new_q = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops, in htb_delete() 1288 htb_parent_to_leaf(q, cl, new_q); in htb_delete() 1339 struct Qdisc *new_q; in htb_change_class() local 1399 new_q = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops, in htb_change_class() 1419 cl->leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()
|