Searched refs:clump (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | find.h | 500 extern unsigned long find_next_clump8(unsigned long *clump, 504 #define find_first_clump8(clump, bits, size) \ argument 505 find_next_clump8((clump), (bits), (size), 0) 692 #define for_each_set_clump8(start, clump, bits, size) \ argument 693 for ((start) = find_first_clump8(&(clump), (bits), (size)); \ 695 (start) = find_next_clump8(&(clump), (bits), (size), (start) + 8))
|