Searched refs:next_vertex (Results 1 – 1 of 1) sorted by relevance
179 struct unix_vertex *vertex, *next_vertex; in unix_free_vertices() local181 list_for_each_entry_safe(vertex, next_vertex, &fpl->vertices, entry) { in unix_free_vertices()314 struct unix_vertex *next_vertex = unix_edge_successor(edge); in unix_vertex_dead() local317 if (!next_vertex) in unix_vertex_dead()323 if (next_vertex->scc_index != vertex->scc_index) in unix_vertex_dead()403 next_vertex: in __unix_walk_scc()416 struct unix_vertex *next_vertex = unix_edge_successor(edge); in __unix_walk_scc() local418 if (!next_vertex) in __unix_walk_scc()421 if (next_vertex->index == unix_vertex_unvisited_index) { in __unix_walk_scc()429 vertex = next_vertex; in __unix_walk_scc()[all …]