| /Linux-v5.4/arch/sh/include/asm/ | 
| D | atomic.h | 36 #define atomic_cmpxchg(v, o, n)		(cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | atomic.h | 165 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro170 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
 
 | 
| /Linux-v5.4/tools/testing/selftests/futex/include/ | 
| D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval)  in atomic_cmpxchg()  function
 | 
| /Linux-v5.4/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.4/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.4/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-v5.4/arch/hexagon/include/asm/ | 
| D | atomic.h | 66 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | atomic.h | 258 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/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-v5.4/include/asm-generic/ | 
| D | atomic.h | 196 #define atomic_cmpxchg(v, old, new)	(cmpxchg(&((v)->counter), (old), (new)))  macro
 | 
| D | atomic-instrumented.h | 651 atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function656 #define atomic_cmpxchg atomic_cmpxchg  macro
 
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | cmpxchg.h | 104 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/arch/sparc/lib/ | 
| D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | atomic.h | 77 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | atomic.h | 205 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))  in ATOMIC_OPS()  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | atomic.h | 230 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | atomic.h | 310 #define atomic_cmpxchg atomic_cmpxchg  in ATOMIC_OPS()  macro
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | atomic.h | 211 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))  macro
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | atomic.h | 202 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | atomic.h | 195 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/include/linux/ | 
| D | atomic-fallback.h | 893 atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function901 #define atomic_cmpxchg atomic_cmpxchg  macro
 
 |