Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm/include/asm/ |
| H A D | atomic.h | 411 static inline s64 arch_atomic64_cmpxchg_relaxed(atomic64_t *ptr, s64 old, s64 new) in ATOMIC64_OPS() 432 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg_relaxed macro
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-arch-fallback.h | 4145 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg() 4148 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg() 4174 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_acquire() 4175 s64 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_acquire() 4203 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_release() 4205 return arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_release() 4229 #if defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_relaxed() 4230 return arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_relaxed()
|