Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Dgraph_ops.c103 graph_node->visited = false; in graph_mark_nodes_as_not_visited()
122 start->visited = true; in graph_bfs()
127 if (tmp->visited == false) { in graph_bfs()
129 tmp->visited = true; in graph_bfs()
161 if (graph_node->visited == false) in graph_has_isolated_node()
H A Dgraph_private.h69 bool visited; /**< Flag used in BFS to mark node visited. */ member
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst68 whether its id is a member of the set of visited nodes, and if it is, then a
134 set to capture the node IDs that have been visited so far by the packet. Each