Searched defs:arch_try_cmpxchg64_local (Results 1 – 2 of 2) sorted by relevance
80 #define arch_try_cmpxchg64_local __try_cmpxchg64_local macro143 static __always_inline bool arch_try_cmpxchg64_local(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64_local() function147 #define arch_try_cmpxchg64_local arch_try_cmpxchg64_local macro
23 #define arch_try_cmpxchg64_local(ptr, po, n) \ macro