Searched refs:arch_atomic64_xchg (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Datomic64_64.h113 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) function
117 #define arch_atomic64_xchg arch_atomic64_xchg macro
H A Datomic64_32.h70 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 n) function
80 #define arch_atomic64_xchg arch_atomic64_xchg macro
/linux-master/arch/arc/include/asm/
H A Datomic64-arcv2.h164 static inline s64 arch_atomic64_xchg(atomic64_t *ptr, s64 new) function
183 #define arch_atomic64_xchg arch_atomic64_xchg macro
/linux-master/include/asm-generic/
H A Datomic64.h72 #define arch_atomic64_xchg generic_atomic64_xchg macro
/linux-master/arch/s390/include/asm/
H A Datomic.h115 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h4038 #if defined(arch_atomic64_xchg)
4039 return arch_atomic64_xchg(v, new);
4071 #elif defined(arch_atomic64_xchg)
4072 return arch_atomic64_xchg(v, new);
4097 #elif defined(arch_atomic64_xchg)
4098 return arch_atomic64_xchg(v, new);
4120 #elif defined(arch_atomic64_xchg)
4121 return arch_atomic64_xchg(v, new);

Completed in 157 milliseconds