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