Searched refs:v_outedges (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 262 struct owner_edge_list v_outedges;/* (g) list of out-edges */ member 2054 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_reaches() 2136 LIST_FOREACH(e, &v->v_outedges, e_outlink) { in graph_delta_forward() 2243 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_add_edge() 2359 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge() 2379 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_remove_edge() 2428 LIST_INIT(&v->v_outedges); in graph_alloc_vertex() 2443 KASSERT(LIST_EMPTY(&v->v_outedges), ("Freeing vertex with edges")); in graph_free_vertex()
|