Searched refs:arch_cmpxchg_relaxed (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h43 __ret = arch_cmpxchg_relaxed((ptr), (old), (new)); \
H A Dcmpxchg.h211 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux-master/arch/arc/include/asm/
H A Dcmpxchg.h41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
189 #define arch_cmpxchg_local arch_cmpxchg_relaxed
192 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed
/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h201 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
359 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
747 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h56 #elif defined(arch_cmpxchg_relaxed)
66 #elif defined(arch_cmpxchg_relaxed)
78 #elif defined(arch_cmpxchg_relaxed)
88 #if defined(arch_cmpxchg_relaxed)
89 #define raw_cmpxchg_relaxed arch_cmpxchg_relaxed

Completed in 142 milliseconds