Searched defs:arch_cmpxchg_local (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h149 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/alpha/include/asm/
H A Dcmpxchg.h20 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h76 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux-master/include/asm-generic/
H A Dcmpxchg.h105 #define arch_cmpxchg_local generic_cmpxchg_local macro
/linux-master/arch/m68k/include/asm/
H A Dcmpxchg.h123 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h109 #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
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h177 #define arch_cmpxchg_local(ptr, old, new) \ macro
/linux-master/arch/s390/include/asm/
H A Dcmpxchg.h190 #define arch_cmpxchg_local arch_cmpxchg macro
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h110 #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
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h185 #define arch_cmpxchg_local(ptr, old, new) \ 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/x86/include/asm/
H A Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h347 #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

Completed in 320 milliseconds