Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 171) sorted by relevance

1234567

/f-stack/dpdk/lib/librte_table/
H A Drte_table_stub.c35 struct rte_table_stub *stub; in rte_table_stub_create() local
39 stub = rte_zmalloc_socket("TABLE", size, RTE_CACHE_LINE_SIZE, in rte_table_stub_create()
41 if (stub == NULL) { in rte_table_stub_create()
48 return stub; in rte_table_stub_create()
59 __rte_unused struct rte_table_stub *stub = (struct rte_table_stub *) table; in rte_table_stub_lookup() local
62 RTE_TABLE_LPM_STATS_PKTS_IN_ADD(stub, n_pkts_in); in rte_table_stub_lookup()
64 RTE_TABLE_LPM_STATS_PKTS_LOOKUP_MISS(stub, n_pkts_in); in rte_table_stub_lookup()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_pool.h58 struct qnode *stub; member
85 p->stub = rte_malloc_socket(NULL, in _qnode_pool_create()
90 RTE_ASSERT(p->stub); in _qnode_pool_create()
96 p->stub->pool = p; in _qnode_pool_create()
97 p->stub->next = NULL; in _qnode_pool_create()
98 p->tail = p->stub; in _qnode_pool_create()
99 p->head = p->stub; in _qnode_pool_create()
147 if (tail == p->stub) { in _pool_remove()
165 _qnode_pool_insert(p, p->stub); in _pool_remove()
192 (p->tail != p->stub)); in _qnode_pool_remove()
[all …]
H A Dlthread_queue.h63 struct qnode *stub; in _lthread_queue_create() local
73 stub = _qnode_alloc(); in _lthread_queue_create()
74 RTE_ASSERT(stub); in _lthread_queue_create()
81 stub->next = NULL; in _lthread_queue_create()
82 new_queue->head = stub; in _lthread_queue_create()
83 new_queue->tail = stub; in _lthread_queue_create()
/f-stack/freebsd/contrib/ck/include/
H A Dck_hp_fifo.h60 ck_hp_fifo_init(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *stub) in ck_hp_fifo_init() argument
63 fifo->head = fifo->tail = stub; in ck_hp_fifo_init()
64 stub->next = NULL; in ck_hp_fifo_init()
69 ck_hp_fifo_deinit(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry **stub) in ck_hp_fifo_deinit() argument
72 *stub = fifo->head; in ck_hp_fifo_deinit()
H A Dck_fifo.h103 ck_fifo_spsc_init(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *stub) in ck_fifo_spsc_init() argument
109 stub->next = NULL; in ck_fifo_spsc_init()
110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub; in ck_fifo_spsc_init()
225 ck_fifo_mpmc_init(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *stub) in ck_fifo_mpmc_init() argument
228 stub->next.pointer = NULL; in ck_fifo_mpmc_init()
229 stub->next.generation = NULL; in ck_fifo_mpmc_init()
230 fifo->head.pointer = fifo->tail.pointer = stub; in ck_fifo_mpmc_init()
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Dl2fwd.cli36 pipeline PIPELINE0 table match stub
37 pipeline PIPELINE0 table match stub
38 pipeline PIPELINE0 table match stub
39 pipeline PIPELINE0 table match stub
H A Dkni.cli54 pipeline PIPELINE0 table match stub action AP0
55 pipeline PIPELINE0 table match stub action AP0
56 pipeline PIPELINE0 table match stub action AP0
57 pipeline PIPELINE0 table match stub action AP0
H A Dtap.cli51 pipeline PIPELINE0 table match stub action AP0
52 pipeline PIPELINE0 table match stub action AP0
53 pipeline PIPELINE0 table match stub action AP0
54 pipeline PIPELINE0 table match stub action AP0
H A Drss.cli63 pipeline PIPELINE0 table match stub
76 pipeline PIPELINE1 table match stub
89 pipeline PIPELINE2 table match stub
102 pipeline PIPELINE3 table match stub
H A Dflow_crypto.cli43 pipeline PIPELINE0 table match stub action AP1
/f-stack/dpdk/examples/pipeline/examples/
H A Dl2fwd.spec24 table stub {
40 table stub
H A Dl2fwd_macswp.spec38 table stub {
55 table stub
/f-stack/dpdk/drivers/net/softnic/
H A Dfirmware.cli9 pipeline RX table match stub
16 pipeline TX table match stub
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_memory.c394 void *stub; in eal_mem_decommit() local
409 stub = VirtualAlloc2( in eal_mem_decommit()
411 if (stub == NULL) { in eal_mem_decommit()
413 if (!VirtualFreeEx(process, stub, 0, MEM_RELEASE)) in eal_mem_decommit()
414 RTE_LOG_WIN32_ERR("VirtualFreeEx(%p, release)", stub); in eal_mem_decommit()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dhi6220-clock.txt19 - "hisilicon,hi6220-stub-clk"
43 compatible = "hisilicon,hi6220-stub-clk";
H A Dhi3660-clock.txt16 - "hisilicon,hi3660-stub-clk"
/f-stack/tools/libutil/
H A DMakefile24 realhostname.c stub.c trimdomain.c uucplock.c
27 stub.c trimdomain.c
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dhisilicon,hi3660-mailbox.txt47 compatible = "hisilicon,hi3660-stub-clk";
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-espi-0.dtsi2 * QorIQ eSPI device tree stub [ controller @ offset 0x110000 ]
H A Dqoriq-bman1.dtsi2 * QorIQ BMan device tree stub [ controller @ offset 0x31a000 ]
H A Dpq3-esdhc-0.dtsi2 * PQ3 eSDHC device tree stub [ controller @ offset 0x2e000 ]
H A Dqoriq-gpio-2.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x132000 ]
H A Dqoriq-sata2-1.dtsi2 * QorIQ SATAv2 device tree stub [ controller @ offset 0x221000 ]
H A Dqoriq-sata2-0.dtsi2 * QorIQ SATAv2 device tree stub [ controller @ offset 0x220000 ]
H A Dqoriq-gpio-0.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x130000 ]

1234567