Home
last modified time | relevance | path

Searched defs:arch_atomic64_xchg (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/arc/include/asm/
Datomic64-arcv2.h164 static inline s64 arch_atomic64_xchg(atomic64_t *ptr, s64 new) in arch_atomic64_xchg() function
183 #define arch_atomic64_xchg arch_atomic64_xchg macro
/linux-6.6.21/arch/x86/include/asm/
Datomic64_64.h113 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) in arch_atomic64_xchg() function
117 #define arch_atomic64_xchg arch_atomic64_xchg macro
Datomic64_32.h70 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 n) in arch_atomic64_xchg() function
80 #define arch_atomic64_xchg arch_atomic64_xchg macro
/linux-6.6.21/include/asm-generic/
Datomic64.h72 #define arch_atomic64_xchg generic_atomic64_xchg macro
/linux-6.6.21/arch/s390/include/asm/
Datomic.h115 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro