Home
last modified time | relevance | path

Searched refs:arch_cmpxchg_relaxed (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcmpxchg.h261 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
286 arch_cmpxchg_relaxed((ptr), (o), (n))
297 arch_cmpxchg_relaxed((ptr), (o), (n)); \
303 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux/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/arch/arm/include/asm/
H A Dsync_bitops.h43 __ret = arch_cmpxchg_relaxed((ptr), (old), (new)); \
H A Dcmpxchg.h216 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux/arch/arc/include/asm/
H A Dcmpxchg.h42 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux/arch/csky/include/asm/
H A Dcmpxchg.h87 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
747 arch_cmpxchg_relaxed((ptr), (o), (n)); \