Searched refs:find_first_clump8 (Results 1 – 2 of 2) sorted by relevance
/include/asm-generic/bitops/ | ||
D | find.h | 97 #define find_first_clump8(clump, bits, size) \ macro |
/include/linux/ | ||
D | bitops.h | 61 for ((start) = find_first_clump8(&(clump), (bits), (size)); \ |