Searched defs:arch_cmpxchg_local (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/arch/arm64/include/asm/ | ||
D | cmpxchg.h | 193 #define arch_cmpxchg_local arch_cmpxchg_relaxed macro |
/linux-5.10/arch/x86/include/asm/ | ||
D | cmpxchg.h | 154 #define arch_cmpxchg_local(ptr, old, new) \ macro |