Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_lockf.c261 struct owner_vertex** g_vertices; /* (g) pointers to vertices */ member
2073 if (!g->g_vertices[i]->v_owner) in graph_check()
2075 KASSERT(g->g_vertices[i]->v_order == i, in graph_check()
2079 if (!g->g_vertices[j]->v_owner) in graph_check()
2081 KASSERT(!graph_reaches(g->g_vertices[i], in graph_check()
2082 g->g_vertices[j], NULL), in graph_check()
2222 g->g_vertices[vlowest->v_order] = vlowest; in graph_assign_indices()
2276 g->g_vertices[vi]->v_gen = 0; in graph_add_edge()
2339 g->g_vertices[indices[i]], v_link); in graph_add_edge()
2412 g->g_vertices = realloc(g->g_vertices, in graph_alloc_vertex()
[all …]