Searched defs:arch_atomic64_xchg (Results 1 – 5 of 5) sorted by relevance
164 static inline s64 arch_atomic64_xchg(atomic64_t *ptr, s64 new) in arch_atomic64_xchg() function183 #define arch_atomic64_xchg arch_atomic64_xchg macro
113 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) in arch_atomic64_xchg() function117 #define arch_atomic64_xchg arch_atomic64_xchg macro
70 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 n) in arch_atomic64_xchg() function80 #define arch_atomic64_xchg arch_atomic64_xchg macro
72 #define arch_atomic64_xchg generic_atomic64_xchg macro
115 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro