Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Datomic.h158 #define arch_atomic_cmpxchg_release(v, old, new) \ macro
219 #define arch_atomic64_cmpxchg_release arch_atomic_cmpxchg_release
/linux/arch/riscv/include/asm/
A Datomic.h307 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release in ATOMIC_OPS() macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h938 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg macro
953 #ifndef arch_atomic_cmpxchg_release
955 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release() function
960 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release macro
1016 r = arch_atomic_cmpxchg_release(v, o, new); in arch_atomic_try_cmpxchg_release()
A Datomic-long.h919 return arch_atomic_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
A Datomic-instrumented.h490 return arch_atomic_cmpxchg_release(v, old, new); in atomic_cmpxchg_release()

Completed in 24 milliseconds