Home
last modified time | relevance | path

Searched refs:arch_atomic64_xchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/arch/arm/include/asm/
Datomic.h427 static inline s64 arch_atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in arch_atomic64_xchg_relaxed() function
445 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg_relaxed macro
/Linux-v6.1/arch/arm64/include/asm/
Datomic.h212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h2099 #ifndef arch_atomic64_xchg_relaxed
2102 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro
2109 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()
2121 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()
2132 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
Datomic-long.h407 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic_long_xchg_relaxed()
Datomic-instrumented.h1115 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()
/Linux-v6.1/arch/powerpc/include/asm/
Datomic.h421 #define arch_atomic64_xchg_relaxed(v, new) \ macro