Home
last modified time | relevance | path

Searched refs:arch_cmpxchg_local (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcmpxchg_64.h19 arch_cmpxchg_local((ptr), (o), (n)); \
Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcmpxchg.h193 #define arch_cmpxchg_local arch_cmpxchg_relaxed macro
200 #define arch_cmpxchg64_local arch_cmpxchg_local
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1756 arch_cmpxchg_local(__ai_ptr, __VA_ARGS__); \