Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/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
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-arch-fallback.h | 4117 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg() 4120 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg() 4145 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_acquire() 4146 s64 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_acquire() 4173 #elif defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_release() 4175 return arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_release() 4198 #if defined(arch_atomic64_cmpxchg_relaxed) in raw_atomic64_cmpxchg_relaxed() 4199 return arch_atomic64_cmpxchg_relaxed(v, old, new); in raw_atomic64_cmpxchg_relaxed()
|