Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Datomic.h214 #define arch_atomic64_xchg_release arch_atomic_xchg_release macro
/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h2101 #define arch_atomic64_xchg_release arch_atomic64_xchg macro
2116 #ifndef arch_atomic64_xchg_release
2118 arch_atomic64_xchg_release(atomic64_t *v, s64 i) in arch_atomic64_xchg_release() function
2123 #define arch_atomic64_xchg_release arch_atomic64_xchg_release macro
Datomic-long.h401 return arch_atomic64_xchg_release(v, i); in arch_atomic_long_xchg_release()
Datomic-instrumented.h1108 return arch_atomic64_xchg_release(v, i); in atomic64_xchg_release()