Home
last modified time | relevance | path

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

/linux/include/asm-generic/
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/mips/include/asm/
A Dcmpxchg.h178 #define arch_cmpxchg_local(ptr, old, new) \ macro
197 __res = arch_cmpxchg_local((ptr), (old), (new)); \
214 arch_cmpxchg_local((ptr), (o), (n)); \
/linux/arch/arm/include/asm/
A Dcmpxchg.h137 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
237 #define arch_cmpxchg_local(ptr, o, n) ({ \ macro
/linux/arch/sparc/include/asm/
A Dcmpxchg_64.h198 #define arch_cmpxchg_local(ptr, o, n) \ macro
204 arch_cmpxchg_local((ptr), (o), (n)); \
A Dcmpxchg_32.h75 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/ia64/include/asm/
A Dcmpxchg.h13 #define arch_cmpxchg_local arch_cmpxchg macro
/linux/arch/x86/include/asm/
A Dcmpxchg_64.h19 arch_cmpxchg_local((ptr), (o), (n)); \
A Dcmpxchg.h154 #define arch_cmpxchg_local(ptr, old, new) \ macro
/linux/arch/arm64/include/asm/
A Dcmpxchg.h193 #define arch_cmpxchg_local arch_cmpxchg_relaxed macro
200 #define arch_cmpxchg64_local arch_cmpxchg_local
/linux/arch/alpha/include/asm/
A Dcmpxchg.h20 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/m68k/include/asm/
A Dcmpxchg.h124 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/parisc/include/asm/
A Dcmpxchg.h109 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h479 #define arch_cmpxchg_local(ptr, o, n) \ macro
513 arch_cmpxchg_local((ptr), (o), (n)); \
/linux/arch/s390/include/asm/
A Dcmpxchg.h167 #define arch_cmpxchg_local arch_cmpxchg macro
/linux/arch/xtensa/include/asm/
A Dcmpxchg.h110 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/arch/riscv/include/asm/
A Dcmpxchg.h348 #define arch_cmpxchg_local(ptr, o, n) \ macro
/linux/include/linux/atomic/
A Datomic-instrumented.h1882 arch_cmpxchg_local(__ai_ptr, __VA_ARGS__); \

Completed in 19 milliseconds