Home
last modified time | relevance | path

Searched refs:arch_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h20 arch_try_cmpxchg((ptr), (po), (n)); \
H A Datomic.h107 return arch_try_cmpxchg(&v->counter, old, new); in arch_atomic_try_cmpxchg()
H A Datomic64_64.h101 return arch_try_cmpxchg(&v->counter, old, new); in arch_atomic64_try_cmpxchg()
H A Dcmpxchg.h230 #define arch_try_cmpxchg(ptr, pold, new) \ macro