Home
last modified time | relevance | path

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

/linux/include/linux/atomic/
A Datomic-arch-fallback.h2045 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg macro
2060 #ifndef arch_atomic64_cmpxchg_release
2062 arch_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg_release() function
2067 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg_release macro
2123 r = arch_atomic64_cmpxchg_release(v, o, new); in arch_atomic64_try_cmpxchg_release()
A Datomic-long.h425 return arch_atomic64_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
A Datomic-instrumented.h1068 return arch_atomic64_cmpxchg_release(v, old, new); in atomic64_cmpxchg_release()
/linux/arch/arm64/include/asm/
A Datomic.h219 #define arch_atomic64_cmpxchg_release arch_atomic_cmpxchg_release macro

Completed in 17 milliseconds