Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dfind_bit.c163 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_andnot_bit() function
168 EXPORT_SYMBOL(__find_nth_andnot_bit);
/linux-6.12.1/include/linux/
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); in find_nth_andnot_bit()