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

/linux-4.1.27/arch/arm/kernel/
H A Darmksyms.c156 EXPORT_SYMBOL(_find_next_zero_bit_be); variable
/linux-4.1.27/arch/arm/include/asm/
H A Dbitops.h171 extern int _find_next_zero_bit_be(const void * p, int size, int offset);
209 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off)

Completed in 82 milliseconds