Home
last modified time | relevance | path

Searched defs:arch_try_cmpxchg64 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h77 #define arch_try_cmpxchg64 __try_cmpxchg64 macro
139 static __always_inline bool arch_try_cmpxchg64(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64() function
143 #define arch_try_cmpxchg64 arch_try_cmpxchg64 macro
H A Dcmpxchg_64.h17 #define arch_try_cmpxchg64(ptr, po, n) \ macro
/linux/arch/s390/include/asm/
H A Dcmpxchg.h170 #define arch_try_cmpxchg64 arch_try_cmpxchg macro