/linux-3.3/arch/m68k/include/asm/ |
D | atomic.h | 105 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 138 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/sh/include/asm/ |
D | atomic.h | 38 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/sparc/lib/ |
D | atomic32.c | 43 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/hexagon/include/asm/ |
D | atomic.h | 63 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/arm/include/asm/ |
D | atomic.h | 113 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() function 184 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/xtensa/include/asm/ |
D | atomic.h | 224 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | atomic.h | 169 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | atomic.h | 92 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/include/asm-generic/ |
D | atomic.h | 136 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | atomic.h | 238 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | atomic.h | 126 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/x86/include/asm/ |
D | atomic.h | 209 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/tile/include/asm/ |
D | atomic_32.h | 52 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
|
D | atomic_64.h | 34 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | atomic_64.h | 70 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | atomic.h | 118 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | atomic.h | 239 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | atomic.h | 175 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | atomic.h | 86 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | atomic.h | 180 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | atomic.h | 302 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | atomic.h | 86 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | atomic.h | 196 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|