Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_lockf.c156 int nextunused, struct owner_vertex_list *set);
2209 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices() argument
2221 vlowest->v_order = indices[nextunused]; in graph_assign_indices()
2223 nextunused++; in graph_assign_indices()
2226 return (nextunused); in graph_assign_indices()