Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/arch/arm/include/asm/ |
| D | atomic.h | 404 static inline s64 arch_atomic64_cmpxchg_relaxed(atomic64_t *ptr, s64 old, s64 new) in ATOMIC64_OPS() 425 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg_relaxed macro
|
| /Linux-v5.15/include/linux/atomic/ |
| D | atomic-arch-fallback.h | 2043 #ifndef arch_atomic64_cmpxchg_relaxed 2046 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg macro 2053 s64 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_acquire() 2065 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_release() 2076 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg() 2136 r = arch_atomic64_cmpxchg_relaxed(v, o, new); in arch_atomic64_try_cmpxchg_relaxed()
|
| D | atomic-long.h | 431 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
|
| D | atomic-instrumented.h | 1075 return arch_atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_relaxed()
|
| /Linux-v5.15/arch/arm64/include/asm/ |
| D | atomic.h | 217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | atomic.h | 508 #define arch_atomic64_cmpxchg_relaxed(v, o, n) \ macro
|