Home
last modified time | relevance | path

Searched defs:arch_xchg_relaxed (Results 1 – 7 of 7) sorted by relevance

/linux/arch/csky/include/asm/
A Dcmpxchg.h34 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/arc/include/asm/
A Dcmpxchg.h98 #define arch_xchg_relaxed(ptr, val) \ macro
/linux/arch/arm/include/asm/
A Dcmpxchg.h117 #define arch_xchg_relaxed(ptr, x) ({ \ macro
/linux/arch/arm64/include/asm/
A Dcmpxchg.h101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/linux/arch/riscv/include/asm/
A Dcmpxchg.h40 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h195 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h14 #define arch_xchg_relaxed arch_xchg macro

Completed in 14 milliseconds