Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c2075 if (!g->g_vertices[i]->v_owner) in graph_check()
2077 KASSERT(g->g_vertices[i]->v_order == i, in graph_check()
2081 if (!g->g_vertices[j]->v_owner) in graph_check()
2083 KASSERT(!graph_reaches(g->g_vertices[i], in graph_check()
2084 g->g_vertices[j], NULL), in graph_check()
2279 g->g_vertices[vi]->v_gen = 0; in graph_add_edge()
2342 g->g_vertices[indices[i]], v_link); in graph_add_edge()
2415 g->g_vertices = realloc(g->g_vertices, in graph_alloc_vertex()
2425 g->g_vertices[g->g_size] = v; in graph_alloc_vertex()
2451 w = g->g_vertices[i]; in graph_free_vertex()
[all …]