Searched defs:atomic64_cmpxchg (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | atomic_64.h | 60 #define atomic64_cmpxchg(v, o, n) \  macro
 | 
| /Linux-v5.4/lib/ | 
| D | atomic64.c | 148 s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n)  in atomic64_cmpxchg()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | atomic.h | 127 static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)  in atomic64_cmpxchg()  function
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | atomic.h | 222 #define atomic64_cmpxchg(v, o, n) \  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | atomic.h | 202 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))  in ATOMIC_OPS()  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | atomic.h | 429 #define atomic64_cmpxchg(v, o, n) \  macro
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | atomic.h | 214 #define atomic64_cmpxchg(v, old, new) \  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | atomic.h | 487 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))  macro
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | atomic-instrumented.h | 1461 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)  in atomic64_cmpxchg()  function1466 #define atomic64_cmpxchg atomic64_cmpxchg  macro
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | atomic-fallback.h | 2003 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)  in atomic64_cmpxchg()  function2011 #define atomic64_cmpxchg atomic64_cmpxchg  macro
 
 |