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

/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c2234 struct owner_vertex_list deltaF, deltaB; local
2261 * (deltaB), using the graph generation number to
2264 * in deltaB appears before each vertex in deltaF.
2268 * deltaF and deltaB are disjoint.
2302 nB = graph_delta_backward(g, x, y, &deltaB);
2306 printf("deltaB = ");
2307 graph_print_vertices(&deltaB);
2314 * orders first to those vertices in deltaB, then to
2315 * deltaF. Note that the contents of deltaF and deltaB
2321 graph_add_indices(indices, n, &deltaB);
[all...]

Completed in 73 milliseconds