Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c2201 struct owner_vertex *v, *vlowest; in graph_assign_indices() local
2204 vlowest = NULL; in graph_assign_indices()
2206 if (!vlowest || v->v_order < vlowest->v_order) in graph_assign_indices()
2207 vlowest = v; in graph_assign_indices()
2209 TAILQ_REMOVE(set, vlowest, v_link); in graph_assign_indices()
2210 vlowest->v_order = indices[nextunused]; in graph_assign_indices()
2211 g->g_vertices[vlowest->v_order] = vlowest; in graph_assign_indices()