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