Home
last modified time | relevance | path

Searched defs:arch_cmpxchg_local (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcmpxchg.h193 #define arch_cmpxchg_local arch_cmpxchg_relaxed macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro