Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c194 struct unix_vertex *vertex, *next_vertex; in unix_free_vertices() local
196 list_for_each_entry_safe(vertex, next_vertex, &fpl->vertices, entry) { in unix_free_vertices()
347 struct unix_vertex *next_vertex = unix_edge_successor(edge); in unix_vertex_dead() local
350 if (!next_vertex) in unix_vertex_dead()
356 if (next_vertex->scc_index != vertex->scc_index) in unix_vertex_dead()
465 next_vertex: in __unix_walk_scc()
478 struct unix_vertex *next_vertex = unix_edge_successor(edge); in __unix_walk_scc() local
480 if (!next_vertex) in __unix_walk_scc()
483 if (next_vertex->index == unix_vertex_unvisited_index) { in __unix_walk_scc()
491 vertex = next_vertex; in __unix_walk_scc()
[all …]