Searched refs:graph_id (Results 1 – 5 of 5) sorted by relevance
53 rte_graph_t graph_id; member59 rte_graph_t graph_id; member334 rte_graph_t graph_id; in graph_init() local579 graph_id = rte_graph_create(gname, &gconf); in graph_init()580 if (graph_id == RTE_GRAPH_ID_INVALID) { in graph_init()584 graph_data->graph_id = graph_id; in graph_init()629 measure_perf_get(rte_graph_t graph_id) in measure_perf_get() argument631 const char *pattern = rte_graph_id_to_name(graph_id); in measure_perf_get()639 data->graph_id = graph_id; in measure_perf_get()683 rte_graph_destroy(graph_data->graph_id); in graph_fini()[all …]
67 static rte_graph_t graph_id; variable647 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()648 if (graph_id != RTE_GRAPH_ID_INVALID) { in test_create_graph()655 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()656 if (graph_id == RTE_GRAPH_ID_INVALID) { in test_create_graph()687 node = rte_graph_node_get(graph_id, tm->test_node[i].idx); in test_graph_lookup_functions()
20 static rte_graph_t graph_id; variable22 #define GRAPH_ID_CHECK(id) ID_CHECK(id, graph_id)329 graph->id = graph_id; in rte_graph_create()340 graph_id++; in rte_graph_create()380 graph_id--; in rte_graph_destroy()578 return graph_id; in rte_graph_max_count()
361 struct rte_node *rte_graph_node_get(rte_graph_t graph_id, rte_node_t node_id);
92 rte_graph_t graph_id; member1032 rte_graph_t graph_id; in main() local1056 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()1057 if (graph_id == RTE_GRAPH_ID_INVALID) in main()1062 qconf->graph_id = graph_id; in main()