Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c155 int nextunused, struct owner_vertex_list *set);
2198 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices() argument
2210 vlowest->v_order = indices[nextunused]; in graph_assign_indices()
2212 nextunused++; in graph_assign_indices()
2215 return (nextunused); in graph_assign_indices()