Searched refs:arch_cmpxchg_local (Results 1 - 19 of 19) sorted by path

/linux-master/arch/alpha/include/asm/
H A Dcmpxchg.h20 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h138 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
238 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux-master/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-master/arch/csky/include/asm/
H A Dcmpxchg.h149 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/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-master/arch/m68k/include/asm/
H A Dcmpxchg.h123 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/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-master/arch/parisc/include/asm/
H A Dcmpxchg.h109 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h708 #define arch_cmpxchg_local(ptr, o, n) \ macro
742 arch_cmpxchg_local((ptr), (o), (n)); \
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h347 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/s390/include/asm/
H A Dcmpxchg.h190 #define arch_cmpxchg_local arch_cmpxchg macro
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h76 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h75 #define arch_cmpxchg_local(ptr, o, n) \ macro
H A Dcmpxchg_64.h198 #define arch_cmpxchg_local(ptr, o, n) \ macro
204 arch_cmpxchg_local((ptr), (o), (n)); \
/linux-master/arch/x86/include/asm/
H A Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro
H A Dcmpxchg_64.h14 arch_cmpxchg_local((ptr), (o), (n)); \
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h110 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/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-master/include/linux/atomic/
H A Datomic-arch-fallback.h384 #define raw_cmpxchg_local arch_cmpxchg_local

Completed in 374 milliseconds