Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_descrip.c74 static __inline int find_next_zero(u_int *, int, u_int);
97 find_next_zero(u_int *bitmap, int want, u_int bits) in find_next_zero() function
876 new = find_next_zero(fdp->fd_himap, off, in fdalloc()
879 i = find_next_zero(&fdp->fd_lomap[new], in fdalloc()