Searched refs:arch_atomic_cmpxchg_relaxed (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/csky/include/asm/ |
D | atomic.h | 205 int arch_atomic_cmpxchg_relaxed(atomic_t *v, int o, int n) \ 226 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | atomic.h | 31 #define arch_atomic_cmpxchg_relaxed(v, o, n) \ macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | atomic.h | 106 static inline int arch_atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in arch_atomic_cmpxchg_relaxed() function 126 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
|
/linux-6.1.9/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
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | atomic.h | 305 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed in ATOMIC_OPS() macro
|
/linux-6.1.9/include/linux/atomic/ |
D | atomic-arch-fallback.h | 1020 #ifndef arch_atomic_cmpxchg_relaxed 1023 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg macro 1030 int ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_acquire() 1042 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_release() 1053 ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg() 1113 r = arch_atomic_cmpxchg_relaxed(v, o, new); in arch_atomic_try_cmpxchg_relaxed()
|
D | atomic-long.h | 925 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
|
D | atomic-instrumented.h | 526 return arch_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | atomic.h | 123 #define arch_atomic_cmpxchg_relaxed(v, o, n) \ macro
|