|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <asm/types.h>#include <asm/byteorder.h>#include <linux/atomic.h>#include <asm-generic/bitops/non-atomic.h>#include <asm-generic/bitops/find.h>Go to the source code of this file.
Macros | |
| #define | CHOP_SHIFTCOUNT(x) (((unsigned long) (x)) & (BITS_PER_LONG - 1)) |
| #define | smp_mb__before_clear_bit() smp_mb() |
| #define | smp_mb__after_clear_bit() smp_mb() |
| #define CHOP_SHIFTCOUNT | ( | x | ) | (((unsigned long) (x)) & (BITS_PER_LONG - 1)) |
1.8.2