Home
last modified time | relevance | path

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

/net/unix/
A Dgarbage.c188 struct unix_vertex *vertex, *next_vertex; in unix_free_vertices() local
323 struct unix_vertex *next_vertex = unix_edge_successor(edge); in unix_vertex_dead() local
326 if (!next_vertex) in unix_vertex_dead()
332 if (next_vertex->scc_index != vertex->scc_index) in unix_vertex_dead()
412 next_vertex: in __unix_walk_scc()
425 struct unix_vertex *next_vertex = unix_edge_successor(edge); in __unix_walk_scc() local
427 if (!next_vertex) in __unix_walk_scc()
430 if (next_vertex->index == unix_vertex_unvisited_index) { in __unix_walk_scc()
438 vertex = next_vertex; in __unix_walk_scc()
439 goto next_vertex; in __unix_walk_scc()
[all …]

Completed in 6 milliseconds