Home
last modified time | relevance | path

Searched refs:arch_atomic64_xchg (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/arch/x86/include/asm/
A Datomic64_64.h194 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) in arch_atomic64_xchg() function
198 #define arch_atomic64_xchg arch_atomic64_xchg macro
A Datomic64_32.h88 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 n) in arch_atomic64_xchg() function
98 #define arch_atomic64_xchg arch_atomic64_xchg macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Datomic_64.h61 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-6.3-rc2/include/asm-generic/
A Datomic64.h72 #define arch_atomic64_xchg generic_atomic64_xchg macro
/linux-6.3-rc2/include/linux/atomic/
A Datomic-arch-fallback.h2100 #define arch_atomic64_xchg_acquire arch_atomic64_xchg
2101 #define arch_atomic64_xchg_release arch_atomic64_xchg
2102 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg
2126 #ifndef arch_atomic64_xchg
2128 arch_atomic64_xchg(atomic64_t *v, s64 i) in arch_atomic64_xchg() function
2136 #define arch_atomic64_xchg arch_atomic64_xchg macro
A Datomic-long.h389 return arch_atomic64_xchg(v, i); in arch_atomic_long_xchg()
A Datomic-instrumented.h1093 return arch_atomic64_xchg(v, i); in atomic64_xchg()
/linux-6.3-rc2/arch/arc/include/asm/
A Datomic64-arcv2.h163 static inline s64 arch_atomic64_xchg(atomic64_t *ptr, s64 new) in arch_atomic64_xchg() function
/linux-6.3-rc2/arch/s390/include/asm/
A Datomic.h115 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Datomic.h224 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Datomic.h215 #define arch_atomic64_xchg arch_atomic_xchg macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Datomic.h205 #define arch_atomic64_xchg(v, new) \ in ATOMIC_OPS() macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Datomic.h215 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Datomic.h347 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), (new))) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Datomic.h419 #define arch_atomic64_xchg(v, new) \ macro

Completed in 25 milliseconds