Home
last modified time | relevance | path

Searched refs:arch_atomic_cmpxchg_release (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/arm64/include/asm/
Datomic.h158 #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/
Datomic.h307 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release in ATOMIC_OPS() macro
/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h1022 #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()
Datomic-long.h919 return arch_atomic_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
Datomic-instrumented.h519 return arch_atomic_cmpxchg_release(v, old, new); in atomic_cmpxchg_release()