Home
last modified time | relevance | path

Searched refs:arch_xchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/include/asm/
H A Dcmpxchg.h119 #define arch_xchg_relaxed(ptr, x) ({ \ macro
133 #define arch_xchg arch_xchg_relaxed
/linux/arch/arc/include/asm/
H A Dcmpxchg.h100 #define arch_xchg_relaxed(ptr, val) \ macro
/linux/arch/csky/include/asm/
H A Dcmpxchg.h54 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h79 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h261 #define arch_xchg_relaxed(ptr, x) \ macro