|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | BITMAP_LAST_WORD_MASK(nbits) |
| #define | small_const_nbits(nbits) (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG) |
Functions | |
| int | __bitmap_weight (const unsigned long *bitmap, int bits) |
| void | __bitmap_or (unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, int bits) |
| #define BITMAP_LAST_WORD_MASK | ( | nbits | ) |
| #define small_const_nbits | ( | nbits | ) | (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG) |
1.8.2