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

/linux-master/arch/x86/include/asm/
H A Dcmpxchg_64.h56 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ macro
78 return __arch_try_cmpxchg128(ptr, oldp, new, LOCK_PREFIX);
84 return __arch_try_cmpxchg128(ptr, oldp, new,);

Completed in 211 milliseconds