Searched refs:graph_nodes_count (Results 1 – 3 of 3) sorted by relevance
87 graph_nodes_count(struct graph *graph) in graph_nodes_count() function115 sz = sizeof(struct graph_node *) * graph_nodes_count(graph); in graph_bfs()
246 rte_node_t graph_nodes_count(struct graph *graph);
328 graph->node_count = graph_nodes_count(graph); in rte_graph_create()