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

/linux-4.1.27/arch/arm/kernel/
H A Darmksyms.c157 EXPORT_SYMBOL(_find_first_bit_be); variable
/linux-4.1.27/arch/arm/include/asm/
H A Dbitops.h172 extern int _find_first_bit_be(const unsigned long *p, unsigned size);
210 #define find_first_bit(p,sz) _find_first_bit_be(p,sz)

Completed in 104 milliseconds