Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dcmpxchg.h104 #ifndef arch_cmpxchg_local
105 #define arch_cmpxchg_local generic_cmpxchg_local macro
112 #define arch_cmpxchg arch_cmpxchg_local
/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h185 #define arch_cmpxchg_local(ptr, old, new) \ macro
196 __res = arch_cmpxchg_local((ptr), (old), (new)); \
205 arch_cmpxchg_local((ptr), (o), (n)); \
/linux/arch/mips/include/asm/
H A Dcmpxchg.h177 #define arch_cmpxchg_local(ptr, old, new) \ macro
196 __res = arch_cmpxchg_local((ptr), (old), (new)); \
213 arch_cmpxchg_local((ptr), (o), (n)); \
/linux/arch/arm/include/asm/
H A Dcmpxchg.h139 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
243 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h198 #define arch_cmpxchg_local(ptr, o, n) \ macro
204 arch_cmpxchg_local((ptr), (o), (n)); \
H A Dcmpxchg_32.h73 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h189 #define arch_cmpxchg_local arch_cmpxchg_relaxed macro
196 #define arch_cmpxchg64_local arch_cmpxchg_local
/linux/arch/sh/include/asm/
H A Dcmpxchg.h79 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux/arch/m68k/include/asm/
H A Dcmpxchg.h118 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h14 arch_cmpxchg_local((ptr), (o), (n)); \
H A Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro
/linux/arch/parisc/include/asm/
H A Dcmpxchg.h107 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/csky/include/asm/
H A Dcmpxchg.h159 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h112 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h708 #define arch_cmpxchg_local(ptr, o, n) \ macro
742 arch_cmpxchg_local((ptr), (o), (n)); \
/linux/arch/alpha/include/asm/
H A Dcmpxchg.h235 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h283 #define arch_cmpxchg_local(ptr, o, n) \ macro