Searched refs:v_outedges (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_lockf.c | 262 struct owner_edge_list v_outedges;/* (g) list of out-edges */ member 2055 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_reaches() 2137 LIST_FOREACH(e, &v->v_outedges, e_outlink) { in graph_delta_forward() 2244 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_add_edge() 2360 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge() 2380 LIST_FOREACH(e, &x->v_outedges, e_outlink) { in graph_remove_edge() 2429 LIST_INIT(&v->v_outedges); in graph_alloc_vertex() 2444 KASSERT(LIST_EMPTY(&v->v_outedges), ("Freeing vertex with edges")); in graph_free_vertex()
|