Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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-6.1.9/include/linux/atomic/ |
D | atomic-arch-fallback.h | 2141 #ifndef arch_atomic64_cmpxchg_relaxed 2144 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg macro 2151 s64 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_acquire() 2163 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_release() 2174 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg() 2234 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 | 1145 return arch_atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_relaxed()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | atomic.h | 217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | atomic.h | 414 #define arch_atomic64_cmpxchg_relaxed(v, o, n) \ macro
|