Home
last modified time | relevance | path

Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/arm/include/asm/
Datomic.h404 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/
Datomic-arch-fallback.h2141 #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()
Datomic-long.h431 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
Datomic-instrumented.h1145 return arch_atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_relaxed()
/linux-6.1.9/arch/arm64/include/asm/
Datomic.h217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
/linux-6.1.9/arch/powerpc/include/asm/
Datomic.h414 #define arch_atomic64_cmpxchg_relaxed(v, o, n) \ macro