Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c195 struct unix_vertex *vertex, *next_vertex; in unix_free_vertices() local
197 list_for_each_entry_safe(vertex, next_vertex, &fpl->vertices, entry) { in unix_free_vertices()
348 struct unix_vertex *next_vertex = unix_edge_successor(edge); in unix_vertex_dead() local
351 if (!next_vertex) in unix_vertex_dead()
357 if (next_vertex->scc_index != vertex->scc_index) in unix_vertex_dead()
466 next_vertex: in __unix_walk_scc()
479 struct unix_vertex *next_vertex = unix_edge_successor(edge); in __unix_walk_scc() local
481 if (!next_vertex) in __unix_walk_scc()
484 if (next_vertex->index == unix_vertex_unvisited_index) { in __unix_walk_scc()
492 vertex = next_vertex; in __unix_walk_scc()
[all …]