Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c264 struct owner_vertex** g_vertices; /* (g) pointers to vertices */ member
2062 if (!g->g_vertices[i]->v_owner) in graph_check()
2064 KASSERT(g->g_vertices[i]->v_order == i, in graph_check()
2068 if (!g->g_vertices[j]->v_owner) in graph_check()
2070 KASSERT(!graph_reaches(g->g_vertices[i], in graph_check()
2071 g->g_vertices[j], NULL), in graph_check()
2211 g->g_vertices[vlowest->v_order] = vlowest; in graph_assign_indices()
2266 g->g_vertices[vi]->v_gen = 0; in graph_add_edge()
2329 g->g_vertices[indices[i]], v_link); in graph_add_edge()
2402 g->g_vertices = realloc(g->g_vertices, in graph_alloc_vertex()
[all …]