Searched refs:arch_atomic_cmpxchg_relaxed (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | atomic.h | 154 #define arch_atomic_cmpxchg_relaxed(v, old, new) \ macro 217 #define arch_atomic64_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed
|
/kernel/linux/linux-5.10/include/linux/ |
D | atomic-arch-fallback.h | 866 #ifndef arch_atomic_cmpxchg_relaxed 869 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg macro 876 int ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_acquire() 888 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_release() 899 ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg() 959 r = arch_atomic_cmpxchg_relaxed(v, o, new); in arch_atomic_try_cmpxchg_relaxed()
|
D | atomic-fallback.h | 956 #define arch_atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | atomic-instrumented.h | 650 #if !defined(arch_atomic_cmpxchg_relaxed) || defined(arch_atomic_cmpxchg) 680 #if defined(arch_atomic_cmpxchg_relaxed) 685 return arch_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()
|