/linux-4.1.27/arch/sh/include/asm/ |
H A D | atomic.h | 39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | cmpxchg.h | 81 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | atomic.h | 137 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) atomic_cmpxchg() function
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | atomic_lnkget.h | 115 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
H A D | atomic_lock1.h | 96 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | atomic.h | 226 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | atomic32.c | 61 int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function 74 EXPORT_SYMBOL(atomic_cmpxchg); variable
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | atomic.h | 175 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | atomic.h | 128 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | atomic.h | 170 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | atomic.h | 78 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | atomic.h | 215 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | atomic.h | 120 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 125 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/include/asm-generic/ |
H A D | atomic.h | 176 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | atomic_64.h | 72 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | atomic.h | 179 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | atomic.h | 122 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | atomic.h | 211 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | atomic.h | 133 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | atomic.h | 74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | atomic.h | 154 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | atomic.h | 92 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) atomic_cmpxchg() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | atomic.h | 118 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | atomic.h | 83 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) atomic_cmpxchg() function 164 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
|