Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c141 static int graph_reaches(struct owner_vertex *x, struct owner_vertex *y,
2030 graph_reaches(struct owner_vertex *x, struct owner_vertex *y, in graph_reaches() function
2042 if (graph_reaches(e->e_to, y, path)) { in graph_reaches()
2070 KASSERT(!graph_reaches(g->g_vertices[i], in graph_check()
2277 graph_reaches(y, x, &path); in graph_add_edge()