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

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

Completed in 86 milliseconds