Searched refs:arch_atomic64_cmpxchg (Results 1 – 4 of 4) sorted by relevance
141 arch_atomic64_cmpxchg(atomic64_t *ptr, s64 expected, s64 new) in ATOMIC64_OPS()162 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
93 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function97 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
91 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function95 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
71 #define arch_atomic64_cmpxchg generic_atomic64_cmpxchg macro