Searched refs:__find_nth_andnot_bit (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dfind.h25 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2,
292 return __find_nth_andnot_bit(addr1, addr2, size, n);
/linux-master/lib/
H A Dfind_bit.c163 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, function
168 EXPORT_SYMBOL(__find_nth_andnot_bit); variable

Completed in 285 milliseconds