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

/freebsd-9.3-release/sys/kern/
H A Dkern_lockf.c142 static int graph_reaches(struct owner_vertex *x, struct owner_vertex *y,
2032 graph_reaches(struct owner_vertex *x, struct owner_vertex *y, function
2044 if (graph_reaches(e->e_to, y, path)) {
2072 KASSERT(!graph_reaches(g->g_vertices[i],
2278 graph_reaches(y, x, &path);

Completed in 48 milliseconds