Searched refs:vertices (Results 1 – 2 of 2) sorted by relevance
159 vertex = list_first_entry(&fpl->vertices, typeof(*vertex), entry); in unix_add_edge()188 list_move_tail(&vertex->entry, &fpl->vertices); in unix_del_edge()196 list_for_each_entry_safe(vertex, next_vertex, &fpl->vertices, entry) { in unix_free_vertices()295 list_add(&vertex->entry, &fpl->vertices); in unix_prepare_fpl()
37 struct list_head vertices; member