Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic-arch-fallback.h1973 #ifndef arch_atomic64_cmpxchg_relaxed
1976 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg macro
1983 s64 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_acquire()
1995 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg_release()
2006 ret = arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic64_cmpxchg()
2066 r = arch_atomic64_cmpxchg_relaxed(v, o, new); in arch_atomic64_try_cmpxchg_relaxed()
Datomic-fallback.h2180 #define arch_atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
/Linux-v5.10/arch/arm64/include/asm/
Datomic.h217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1460 #if !defined(arch_atomic64_cmpxchg_relaxed) || defined(arch_atomic64_cmpxchg)
1490 #if defined(arch_atomic64_cmpxchg_relaxed)
1495 return arch_atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_relaxed()