Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dfind_bit.c151 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_andnot_bit() function
156 EXPORT_SYMBOL(__find_nth_andnot_bit);
/linux-6.3-rc2/include/linux/
A Dfind.h23 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2,
258 return __find_nth_andnot_bit(addr1, addr2, size, n); in find_nth_andnot_bit()

Completed in 6 milliseconds