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/irqflags.h>
#include <linux/compiler.h>
#include <asm-generic/bitops/__ffs.h>
#include <asm-generic/bitops/ffz.h>
#include <asm-generic/bitops/fls.h>
#include <asm-generic/bitops/__fls.h>
#include <asm-generic/bitops/fls64.h>
#include <asm-generic/bitops/find.h>
#include <asm-generic/bitops/sched.h>
#include <asm-generic/bitops/ffs.h>
#include <asm-generic/bitops/hweight.h>
#include <asm-generic/bitops/lock.h>
#include <asm-generic/bitops/atomic.h>
#include <asm-generic/bitops/non-atomic.h>
#include <asm-generic/bitops/le.h>
#include <asm-generic/bitops/ext2-atomic.h>

Go to the source code of this file.

Macros

#define smp_mb__before_clear_bit()   smp_mb()
 
#define smp_mb__after_clear_bit()   smp_mb()
 

Macro Definition Documentation

#define smp_mb__after_clear_bit ( )    smp_mb()

Definition at line 20 of file bitops.h.

#define smp_mb__before_clear_bit ( )    smp_mb()

Definition at line 19 of file bitops.h.