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

/u-boot/include/linux/
H A Dbitmap.h145 static inline unsigned long find_first_bit(const unsigned long *addr, unsigned long size) function
158 for ((bit) = find_first_bit((addr), (size)); \

Completed in 82 milliseconds