Lines Matching refs:objs
33 struct rte_node *node, void **objs,
37 struct rte_node *node, void **objs,
41 struct rte_node *node, void **objs,
45 struct rte_node *node, void **objs,
49 struct rte_node *node, void **objs,
170 void **objs, uint16_t nb_objs) in test_node_worker_source() argument
179 RTE_SET_USED(objs); in test_node_worker_source()
214 test_node0_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node0_worker() argument
230 data = (struct rte_mbuf *)objs[i]; in test_node0_worker()
283 test_node1_worker(graph, node, objs, nb_objs); in test_node0_worker()
285 test_node2_worker(graph, node, objs, nb_objs); in test_node0_worker()
287 test_node3_worker(graph, node, objs, nb_objs); in test_node0_worker()
297 test_node1_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node1_worker() argument
310 data = (struct rte_mbuf *)objs[i]; in test_node1_worker()
351 test_node2_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node2_worker() argument
364 data = (struct rte_mbuf *)objs[i]; in test_node2_worker()
407 test_node3_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node3_worker() argument
420 data = (struct rte_mbuf *)objs[i]; in test_node3_worker()
744 if (obj_stats[i] != st->objs) { in graph_cluster_stats_cb_t()
747 st->objs); in graph_cluster_stats_cb_t()