Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dbitops.h163 unsigned long _find_first_zero_bit_le(const unsigned long *p, unsigned long size);
202 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz)
251 return _find_first_zero_bit_le(p, size); in find_first_zero_bit_le()
/openbmc/linux/lib/
H A Dfind_bit.c243 unsigned long _find_first_zero_bit_le(const unsigned long *addr, unsigned long size) in _find_first_zero_bit_le() function
247 EXPORT_SYMBOL(_find_first_zero_bit_le);
/openbmc/linux/arch/arm/kernel/
H A Darmksyms.c153 EXPORT_SYMBOL(_find_first_zero_bit_le);
/openbmc/linux/include/linux/
H A Dfind.h36 unsigned long _find_first_zero_bit_le(const unsigned long *addr, unsigned long size);
531 return _find_first_zero_bit_le(addr, size); in find_first_zero_bit_le()