Searched refs:arch_atomic_cmpxchg_release (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/arm64/include/asm/ |
D | atomic.h | 158 #define arch_atomic_cmpxchg_release(v, old, new) \ macro 219 #define arch_atomic64_cmpxchg_release arch_atomic_cmpxchg_release
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | atomic.h | 307 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release in ATOMIC_OPS() macro
|
/Linux-v6.1/include/linux/atomic/ |
D | atomic-arch-fallback.h | 1022 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg macro 1037 #ifndef arch_atomic_cmpxchg_release 1039 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release() function 1044 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release macro 1100 r = arch_atomic_cmpxchg_release(v, o, new); in arch_atomic_try_cmpxchg_release()
|
D | atomic-long.h | 919 return arch_atomic_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
|
D | atomic-instrumented.h | 519 return arch_atomic_cmpxchg_release(v, old, new); in atomic_cmpxchg_release()
|