Searched refs:__find_nth_andnot_bit (Results 1 – 2 of 2) sorted by relevance
151 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_andnot_bit() function156 EXPORT_SYMBOL(__find_nth_andnot_bit);
25 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2,290 return __find_nth_andnot_bit(addr1, addr2, size, n); in find_nth_andnot_bit()