Searched defs:arch_cmpxchg128 (Results 1 – 3 of 3) sorted by relevance
195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function205 #define arch_cmpxchg128 arch_cmpxchg128 macro
50 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function54 #define arch_cmpxchg128 arch_cmpxchg128 macro
201 #define arch_cmpxchg128(ptr, o, n) \ macro