/Linux-v5.10/arch/sh/include/asm/ |
D | atomic.h | 34 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | atomic.h | 163 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 168 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v5.10/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-v5.10/tools/testing/selftests/futex/include/ |
D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg() function
|
/Linux-v5.10/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-v5.10/arch/h8300/include/asm/ |
D | atomic.h | 70 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | atomic.h | 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | atomic.h | 260 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | atomic_64.h | 52 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() macro
|
/Linux-v5.10/arch/arc/include/asm/ |
D | cmpxchg.h | 78 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v5.10/include/asm-generic/ |
D | atomic.h | 194 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
D | atomic-instrumented.h | 652 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function 657 #define atomic_cmpxchg atomic_cmpxchg macro
|
/Linux-v5.10/arch/sparc/lib/ |
D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | atomic.h | 77 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | atomic.h | 204 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | atomic.h | 210 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | atomic.h | 308 #define atomic_cmpxchg atomic_cmpxchg in ATOMIC_OPS() macro
|
/Linux-v5.10/arch/arm/include/asm/ |
D | atomic.h | 200 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | atomic.h | 185 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/Linux-v5.10/include/linux/ |
D | atomic-fallback.h | 987 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function 995 #define atomic_cmpxchg atomic_cmpxchg macro
|