Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
bitops.h File Reference
#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()
 

Macro Definition Documentation

#define CHOP_SHIFTCOUNT (   x)    (((unsigned long) (x)) & (BITS_PER_LONG - 1))

Definition at line 19 of file bitops.h.

#define smp_mb__after_clear_bit ( )    smp_mb()

Definition at line 23 of file bitops.h.

#define smp_mb__before_clear_bit ( )    smp_mb()

Definition at line 22 of file bitops.h.