Home
last modified time | relevance | path

Searched refs:graph_nodes_count (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_ops.c87 graph_nodes_count(struct graph *graph) in graph_nodes_count() function
115 sz = sizeof(struct graph_node *) * graph_nodes_count(graph); in graph_bfs()
H A Dgraph_private.h246 rte_node_t graph_nodes_count(struct graph *graph);
H A Dgraph.c328 graph->node_count = graph_nodes_count(graph); in rte_graph_create()