Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h79 #define arch_try_cmpxchg64_local __try_cmpxchg64_local macro
145 static __always_inline bool arch_try_cmpxchg64_local(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64_local() function
149 #define arch_try_cmpxchg64_local arch_try_cmpxchg64_local macro
H A Dcmpxchg_64.h23 #define arch_try_cmpxchg64_local(ptr, po, n) \ macro
/linux/arch/s390/include/asm/
H A Dcmpxchg.h172 #define arch_try_cmpxchg64_local arch_try_cmpxchg macro