Searched refs:arch_atomic64_cmpxchg_relaxed (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | atomic-arch-fallback.h | 1973 #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()
|
D | atomic-fallback.h | 2180 #define arch_atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | atomic.h | 217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
|
/Linux-v5.10/include/asm-generic/ |
D | atomic-instrumented.h | 1460 #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()
|