/arch/m68k/include/asm/ |
D | atomic.h | 106 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 139 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/sh/include/asm/ |
D | atomic.h | 38 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/sparc/lib/ |
D | atomic32.c | 43 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/hexagon/include/asm/ |
D | atomic.h | 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/mn10300/include/asm/ |
D | atomic.h | 168 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/arch/xtensa/include/asm/ |
D | atomic.h | 224 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/avr32/include/asm/ |
D | atomic.h | 169 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/h8300/include/asm/ |
D | atomic.h | 92 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/m32r/include/asm/ |
D | atomic.h | 239 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/cris/include/asm/ |
D | atomic.h | 126 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/arm/include/asm/ |
D | atomic.h | 115 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() function 186 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/x86/include/asm/ |
D | atomic.h | 209 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/tile/include/asm/ |
D | atomic_64.h | 35 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
|
D | atomic_32.h | 53 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
|
/arch/sparc/include/asm/ |
D | atomic_64.h | 70 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/frv/include/asm/ |
D | atomic.h | 184 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 175 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 85 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 90 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 176 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/mips/include/asm/ |
D | atomic.h | 302 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 86 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|