Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds