Searched refs:find_first_zero_bit (Results 1 – 5 of 5) sorted by relevance
155 #ifndef find_first_zero_bit165 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function
60 for ((bit) = find_first_zero_bit((addr), (size)); \
64 return find_first_zero_bit(src, nbits) == nbits; in bitmap_full()
92 #ifndef find_first_zero_bit
249 i = find_first_zero_bit(page->bitmap, NR_ATOM_PER_PAGE); in atom_new()
Completed in 13 milliseconds