Searched defs:find_first_zero_bit_le (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/asm-generic/bitops/
H A Dle.h23 static inline unsigned long find_first_zero_bit_le(const void *addr, find_first_zero_bit_le() function
44 #define find_first_zero_bit_le(addr, size) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dbitops.h320 static inline int find_first_zero_bit_le(const void *p, unsigned size) find_first_zero_bit_le() function
324 #define find_first_zero_bit_le find_first_zero_bit_le macro

Completed in 118 milliseconds