Searched refs:first_clear (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c908 int first_clear; local
915 first_clear = 0;
923 bit_ffc(xbb->kva_free, xbb->reqlist_kva_pages, &first_clear);
925 if (first_clear == -1)
932 for (i = first_clear, num_clear = 0; i < xbb->reqlist_kva_pages; i++) {
941 first_clear = -1;
945 if (first_clear == -1)
946 first_clear = i;
953 bit_nset(xbb->kva_free, first_clear,
954 first_clear
[all...]
/freebsd-current/sys/kern/
H A Dsubr_unit.c220 int first_clear; local
222 bit_ffc(ub->map, len, &first_clear);
223 return (first_clear == -1);

Completed in 73 milliseconds