Home
last modified time | relevance | path

Searched refs:arch_atomic64_cmpxchg_release (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h2143 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg macro
2158 #ifndef arch_atomic64_cmpxchg_release
2160 arch_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg_release() function
2165 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg_release macro
2221 r = arch_atomic64_cmpxchg_release(v, o, new); in arch_atomic64_try_cmpxchg_release()
Datomic-long.h425 return arch_atomic64_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
Datomic-instrumented.h1138 return arch_atomic64_cmpxchg_release(v, old, new); in atomic64_cmpxchg_release()
/Linux-v6.1/arch/arm64/include/asm/
Datomic.h219 #define arch_atomic64_cmpxchg_release arch_atomic_cmpxchg_release macro