Home
last modified time | relevance | path

Searched refs:new_queue (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_queue.h64 struct lthread_queue *new_queue; in _lthread_queue_create() local
66 new_queue = rte_malloc_socket(NULL, sizeof(struct lthread_queue), in _lthread_queue_create()
69 if (new_queue == NULL) in _lthread_queue_create()
77 strncpy(new_queue->name, name, sizeof(new_queue->name)); in _lthread_queue_create()
78 new_queue->name[sizeof(new_queue->name)-1] = 0; in _lthread_queue_create()
82 new_queue->head = stub; in _lthread_queue_create()
83 new_queue->tail = stub; in _lthread_queue_create()
85 DIAG_COUNT_INIT(new_queue, rd); in _lthread_queue_create()
86 DIAG_COUNT_INIT(new_queue, wr); in _lthread_queue_create()
87 DIAG_COUNT_INIT(new_queue, size); in _lthread_queue_create()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c125 _SI( .new_queue = ) NULL,
H A Ddn_sched.h135 int (*new_queue)(struct dn_queue *q); member
H A Ddn_sched_prio.c231 _SI( .new_queue = ) prio_new_queue,
H A Ddn_sched_rr.c317 _SI( .new_queue = ) rr_new_queue,
H A Ddn_sched_wf2q.c376 _SI( .new_queue = ) wf2qp_new_queue,
H A Ddn_sched_fq_codel.c610 _SI( .new_queue = ) NULL,
H A Ddn_sched_qfq.c844 _SI( .new_queue = ) qfq_new_queue,
H A Ddn_sched_fq_pie.c1224 _SI( .new_queue = ) NULL,
H A Dip_dummynet.c348 if (fs->sched->fp->new_queue) in q_new()
349 fs->sched->fp->new_queue(q); in q_new()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c591 if (p && p->new_queue) in init()
592 p->new_queue(q); in init()