Searched refs:arch_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
20 arch_try_cmpxchg((ptr), (po), (n)); \
107 return arch_try_cmpxchg(&v->counter, old, new); in arch_atomic_try_cmpxchg()
101 return arch_try_cmpxchg(&v->counter, old, new); in arch_atomic64_try_cmpxchg()
230 #define arch_try_cmpxchg(ptr, pold, new) \ macro