Home
last modified time | relevance | path

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

/freebsd-src/sys/kern/
H A Dkern_lockf.c154 static int graph_assign_indices(struct owner_graph *g, int *indices,
2198 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices() function
2320 i = graph_assign_indices(g, indices, 0, &deltaB); in graph_add_edge()
2321 graph_assign_indices(g, indices, i, &deltaF); in graph_add_edge()