| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | atomic.h | 124 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro 129 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/tools/testing/selftests/futex/include/ | 
| D | atomic.h | 40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | cmpxchg.h | 81 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | atomic_lock1.h | 79 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | atomic.h | 39 #define atomic_cmpxchg(v, o, n)		(cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | atomic.h | 132 #define atomic_cmpxchg(v, old, new)	(cmpxchg(&((v)->counter), (old), (new)))  macro
  | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | atomic.h | 78 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | atomic.h | 230 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  in ATOMIC_OPS()  macro
  | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | atomic.h | 137 static inline int atomic_cmpxchg(atomic_t *v, int o, int n)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/h8300/include/asm/ | 
| D | atomic.h | 66 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | atomic.h | 219 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | atomic.h | 175 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | atomic.h | 177 #define atomic_cmpxchg(v, old, new)	(cmpxchg(&((v)->counter), (old), (new)))  macro
  | 
| /linux-4.4.14/arch/sparc/lib/ | 
| D | atomic32.c | 77 int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | atomic.h | 182 #define atomic_cmpxchg(v, o, n)	(cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | atomic_64.h | 76 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  in ATOMIC_OPS()  macro
  | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | atomic.h | 164 #define atomic_cmpxchg(v, old, new)	(cmpxchg(&(v)->counter, old, new))  macro
  | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | atomic.h | 134 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))  in ATOMIC_OPS()  macro
  | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | atomic.h | 74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | atomic.h | 134 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))  macro
  | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | atomic.h | 215 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | atomic.h | 158 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
  | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | atomic.h | 90 #define atomic_cmpxchg(v, old, new)	cmpxchg(&((v)->counter), (old), (new))  macro
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | atomic.h | 162 static inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()  function
  | 
| /linux-4.4.14/include/linux/ | 
| D | atomic.h | 199 #define  atomic_cmpxchg(...)						\  macro
  |