Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A 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/include/linux/atomic/
A Datomic-arch-fallback.h2001 #ifndef arch_atomic64_xchg_relaxed
2004 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro
2011 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()
2023 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()
2034 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
A Datomic-long.h407 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic_long_xchg_relaxed()
A Datomic-instrumented.h1047 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()
/linux/arch/arm64/include/asm/
A Datomic.h212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
/linux/arch/powerpc/include/asm/
A Datomic.h515 #define arch_atomic64_xchg_relaxed(v, new) \ macro

Completed in 18 milliseconds