Searched refs:find_next_clump8 (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dfind.h491 * find_next_clump8 - find next 8-bit clump with set bits in a memory region
500 extern unsigned long find_next_clump8(unsigned long *clump,
505 find_next_clump8((clump), (bits), (size), 0)
695 (start) = find_next_clump8(&(clump), (bits), (size), (start) + 8))
/linux-master/lib/
H A Dfind_bit.c235 unsigned long find_next_clump8(unsigned long *clump, const unsigned long *addr, function
247 EXPORT_SYMBOL(find_next_clump8); variable

Completed in 213 milliseconds