/Linux-v4.19/arch/sh/include/asm/ |
D | atomic.h | 36 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/tools/arch/x86/include/asm/ |
D | atomic.h | 68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/tools/testing/selftests/futex/include/ |
D | atomic.h | 40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | atomic.h | 165 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 170 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/tools/include/asm-generic/ |
D | atomic-gcc.h | 67 static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | atomic.h | 200 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | atomic.h | 72 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | atomic.h | 80 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | atomic_64.h | 53 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() macro
|
/Linux-v4.19/include/asm-generic/ |
D | atomic.h | 200 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
D | atomic-instrumented.h | 55 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/arc/include/asm/ |
D | cmpxchg.h | 104 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/arch/sparc/lib/ |
D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | atomic.h | 77 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | atomic.h | 205 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | atomic.h | 221 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | atomic.h | 99 #define atomic_cmpxchg(v, old, new) cmpxchg(&((v)->counter), (old), (new)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | atomic.h | 211 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | atomic.h | 205 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | atomic.h | 195 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v4.19/include/linux/ |
D | atomic.h | 466 #define atomic_cmpxchg(...) \ macro
|