Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h220 int graph_node_has_loop_edge(struct graph *graph);
H A Dgraph_ops.c35 graph_node_has_loop_edge(struct graph *graph) in graph_node_has_loop_edge() function
H A Dgraph.c318 if (graph_node_has_loop_edge(graph)) in rte_graph_create()