Home
last modified time | relevance | path

Searched defs:find_first_zero_bit (Results 1 – 3 of 3) sorted by relevance

/arch/unicore32/include/asm/
Dbitops.h45 #define find_first_zero_bit find_first_zero_bit macro
/arch/arm/include/asm/
Dbitops.h200 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) macro
209 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) macro
/arch/m68k/include/asm/
Dbitops.h318 static inline int find_first_zero_bit(const unsigned long *vaddr, in find_first_zero_bit() function
342 #define find_first_zero_bit find_first_zero_bit macro