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

/linux-master/lib/
H A Dfind_bit.c223 unsigned long find_next_clump8(unsigned long *clump, const unsigned long *addr, function
235 EXPORT_SYMBOL(find_next_clump8); variable
/linux-master/include/linux/
H A Dfind.h464 * find_next_clump8 - find next 8-bit clump with set bits in a memory region
473 extern unsigned long find_next_clump8(unsigned long *clump,
478 find_next_clump8((clump), (bits), (size), 0)
668 (start) = find_next_clump8(&(clump), (bits), (size), (start) + 8))

Completed in 225 milliseconds