Searched refs:arch_try_cmpxchg (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcmpxchg_64.h20 arch_try_cmpxchg((ptr), (po), (n)); \
H A Datomic.h115 return arch_try_cmpxchg(&v->counter, old, new);
H A Datomic64_64.h109 return arch_try_cmpxchg(&v->counter, old, new);
H A Dcmpxchg.h230 #define arch_try_cmpxchg(ptr, pold, new) \ macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h183 #if defined(arch_try_cmpxchg)
184 #define raw_try_cmpxchg arch_try_cmpxchg
187 __atomic_op_fence(arch_try_cmpxchg, __VA_ARGS__)
203 __atomic_op_acquire(arch_try_cmpxchg, __VA_ARGS__)
204 #elif defined(arch_try_cmpxchg)
205 #define raw_try_cmpxchg_acquire arch_try_cmpxchg
221 __atomic_op_release(arch_try_cmpxchg, __VA_ARGS__)
222 #elif defined(arch_try_cmpxchg)
223 #define raw_try_cmpxchg_release arch_try_cmpxchg
237 #elif defined(arch_try_cmpxchg)
[all...]

Completed in 126 milliseconds