Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | smp_mb__before_clear_bit() smp_mb() |
#define | smp_mb__after_clear_bit() do {} while (0) |
Functions | |
unsigned long | _atomic_or (volatile unsigned long *p, unsigned long mask) |
unsigned long | _atomic_andn (volatile unsigned long *p, unsigned long mask) |
unsigned long | _atomic_xor (volatile unsigned long *p, unsigned long mask) |
#define smp_mb__after_clear_bit | ( | ) | do {} while (0) |
Definition at line 126 of file bitops_32.h.
#define smp_mb__before_clear_bit | ( | ) | smp_mb() |
Definition at line 125 of file bitops_32.h.
Definition at line 149 of file atomic_32.c.
Definition at line 143 of file atomic_32.c.
Definition at line 155 of file atomic_32.c.