Searched refs:find_first_bit (Results 1 – 5 of 5) sorted by relevance
108 #ifndef find_first_bit118 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
55 for ((bit) = find_first_bit((addr), (size)); \
56 return find_first_bit(src, nbits) == nbits; in bitmap_empty()
70 #ifndef find_first_bit
39 rbot = cur = find_first_bit(bitmap, nbits); in bitmap_scnprintf()
Completed in 5 milliseconds