Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c160 int nextunused, struct owner_vertex_list *set);
2211 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices() argument
2223 vlowest->v_order = indices[nextunused]; in graph_assign_indices()
2225 nextunused++; in graph_assign_indices()
2228 return (nextunused); in graph_assign_indices()