Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_ops.c104 graph_node->visited = false; in graph_mark_nodes_as_not_visited()
123 start->visited = true; in graph_bfs()
128 if (tmp->visited == false) { in graph_bfs()
130 tmp->visited = true; in graph_bfs()
162 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
/f-stack/app/redis-5.0.5/deps/lua/doc/
H A Dlua.css41 a:visited {
46 a:link:hover, a:visited:hover {
51 a:link:active, a:visited:active {
/f-stack/freebsd/amd64/amd64/
H A Dminidump_machdep.c102 int visited; member
126 if (progress_track[i].visited) in report_progress()
128 progress_track[i].visited = 1; in report_progress()
233 progress_track[i].visited = 0; in minidumpsys()
/f-stack/freebsd/mips/mips/
H A Dminidump_machdep.c85 int visited; member
109 if (progress_track[i].visited) in report_progress()
111 progress_track[i].visited = 1; in report_progress()
/f-stack/freebsd/arm64/arm64/
H A Dminidump_machdep.c100 int visited; member
124 if (progress_track[i].visited) in report_progress()
126 progress_track[i].visited = 1; in report_progress()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c783 uint64_t visited = 0; in spa_flush_metaslabs() local
834 visited++; in spa_flush_metaslabs()
836 ASSERT3U(avl_numnodes(&spa->spa_metaslabs_by_flushed), >=, visited); in spa_flush_metaslabs()
/f-stack/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