Searched defs:arch_try_cmpxchg64 (Results 1 – 2 of 2) sorted by relevance
78 #define arch_try_cmpxchg64 __try_cmpxchg64 macro137 static __always_inline bool arch_try_cmpxchg64(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64() function141 #define arch_try_cmpxchg64 arch_try_cmpxchg64 macro
17 #define arch_try_cmpxchg64(ptr, po, n) \ macro