Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h233 rte_node_t graph_src_nodes_count(struct graph *graph);
H A Dgraph_ops.c47 graph_src_nodes_count(struct graph *graph) in graph_src_nodes_count() function
H A Dgraph.c309 src_node_count = graph_src_nodes_count(graph); in rte_graph_create()