Home
last modified time | relevance | path

Searched refs:nb_objs (Results 1 – 18 of 18) sorted by relevance

/dpdk/lib/mempool/
H A Drte_mempool_trace_fp.h23 uint32_t nb_objs),
26 rte_trace_point_emit_u32(nb_objs);
32 uint32_t nb_objs),
35 rte_trace_point_emit_u32(nb_objs);
41 uint32_t nb_objs),
44 rte_trace_point_emit_u32(nb_objs);
50 uint32_t nb_objs, void *cache),
60 uint32_t nb_objs, void *cache),
70 uint32_t nb_objs, void *cache),
80 uint32_t nb_objs, void *cache),
[all …]
/dpdk/app/test/
H A Dtest_graph.c34 uint16_t nb_objs);
38 uint16_t nb_objs);
42 uint16_t nb_objs);
46 uint16_t nb_objs);
50 uint16_t nb_objs);
210 return nb_objs; in test_node_worker_source()
215 uint16_t nb_objs) in test_node0_worker() argument
293 return nb_objs; in test_node0_worker()
347 return nb_objs; in test_node1_worker()
403 return nb_objs; in test_node2_worker()
[all …]
H A Dtest_graph_perf.c106 void **objs, uint16_t nb_objs) in test_perf_node_worker_source() argument
112 RTE_SET_USED(nb_objs); in test_perf_node_worker_source()
136 uint16_t nb_objs) in test_perf_node_worker_source_burst_one() argument
142 RTE_SET_USED(nb_objs); in test_perf_node_worker_source_burst_one()
166 void **objs, uint16_t nb_objs) in test_perf_node_worker() argument
176 return nb_objs; in test_perf_node_worker()
214 if (enq != nb_objs) in test_perf_node_worker()
217 return nb_objs; in test_perf_node_worker()
231 uint16_t nb_objs) in test_perf_node_sink() argument
236 RTE_SET_USED(nb_objs); in test_perf_node_sink()
[all …]
H A Dtest_mempool.c844 uint32_t nb_objs = 0; in test_mempool() local
916 nb_objs = rte_mempool_obj_iter(mp_stack_mempool_iter, my_obj_init, in test_mempool()
918 if (nb_objs == 0) in test_mempool()
/dpdk/lib/node/
H A Dpkt_cls.c31 void **objs, uint16_t nb_objs) in pkt_cls_node_process() argument
43 n_left_from = nb_objs; in pkt_cls_node_process()
59 next_index, nb_objs); in pkt_cls_node_process()
157 nb_objs); in pkt_cls_node_process()
195 if (likely(last_spec == nb_objs)) { in pkt_cls_node_process()
197 return nb_objs; in pkt_cls_node_process()
206 return nb_objs; in pkt_cls_node_process()
H A Dethdev_tx.c16 void **objs, uint16_t nb_objs) in ethdev_tx_node_process() argument
27 nb_objs); in ethdev_tx_node_process()
30 if (count != nb_objs) { in ethdev_tx_node_process()
32 &objs[count], nb_objs - count); in ethdev_tx_node_process()
H A Dpkt_drop.c10 uint16_t nb_objs) in pkt_drop_process() argument
15 rte_pktmbuf_free_bulk((struct rte_mbuf **)objs, nb_objs); in pkt_drop_process()
17 return nb_objs; in pkt_drop_process()
H A Dip4_lookup.c52 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_scalar() argument
72 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_scalar()
73 for (i = 0; i < nb_objs; i++) { in ip4_lookup_node_process_scalar()
110 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_scalar()
112 return nb_objs; in ip4_lookup_node_process_scalar()
118 return nb_objs; in ip4_lookup_node_process_scalar()
H A Dip4_lookup_neon.h11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
36 n_left_from = nb_objs; in ip4_lookup_node_process_vec()
47 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
225 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_vec()
227 return nb_objs; in ip4_lookup_node_process_vec()
233 return nb_objs; in ip4_lookup_node_process_vec()
H A Dip4_lookup_sse.h11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
35 n_left_from = nb_objs; in ip4_lookup_node_process_vec()
44 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
229 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_vec()
231 return nb_objs; in ip4_lookup_node_process_vec()
239 return nb_objs; in ip4_lookup_node_process_vec()
H A Dip4_rewrite.c35 void **objs, uint16_t nb_objs) in ip4_rewrite_node_process() argument
55 n_left_from = nb_objs; in ip4_rewrite_node_process()
61 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_rewrite_node_process()
200 graph, node, next_index, nb_objs); in ip4_rewrite_node_process()
244 if (likely(last_spec == nb_objs)) { in ip4_rewrite_node_process()
246 return nb_objs; in ip4_rewrite_node_process()
255 return nb_objs; in ip4_rewrite_node_process()
H A Dnull.c9 uint16_t nb_objs) in null() argument
15 return nb_objs; in null()
/dpdk/lib/graph/
H A Drte_graph_worker.h272 rte_edge_t next, void **objs, uint16_t nb_objs) in rte_node_enqueue() argument
277 __rte_node_enqueue_prologue(graph, node, idx, nb_objs); in rte_node_enqueue()
279 rte_memcpy(&node->objs[idx], objs, nb_objs * sizeof(void *)); in rte_node_enqueue()
280 node->idx = idx + nb_objs; in rte_node_enqueue()
398 rte_edge_t *nexts, void **objs, uint16_t nb_objs) in rte_node_enqueue_next() argument
402 for (i = 0; i < nb_objs; i++) in rte_node_enqueue_next()
428 rte_edge_t next, uint16_t nb_objs) in rte_node_next_stream_get() argument
434 if (unlikely(free_space < nb_objs)) in rte_node_next_stream_get()
435 __rte_node_stream_alloc_size(graph, node, nb_objs); in rte_node_next_stream_get()
H A Drte_graph.h101 uint16_t nb_objs);
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_private.h87 uint32_t nb_objs, nb_ops_to_deq; in scheduler_order_drain() local
89 nb_objs = rte_ring_dequeue_burst_start(order_ring, (void **)ops, in scheduler_order_drain()
91 if (nb_objs == 0) in scheduler_order_drain()
94 for (nb_ops_to_deq = 0; nb_ops_to_deq != nb_objs; nb_ops_to_deq++) { in scheduler_order_drain()
H A Dscheduler_multicore.c116 uint32_t nb_objs, nb_ops_to_deq; in schedule_dequeue_ordering() local
118 nb_objs = rte_ring_dequeue_burst_start(order_ring, (void **)ops, in schedule_dequeue_ordering()
120 if (nb_objs == 0) in schedule_dequeue_ordering()
123 for (nb_ops_to_deq = 0; nb_ops_to_deq != nb_objs; nb_ops_to_deq++) { in schedule_dequeue_ordering()
/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.h271 struct rte_cryptodev *dev, unsigned nb_objs,
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst311 6. if last_spec == nb_objs, All the objects passed were successfully speculated