Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
A Datomic.h42 #ifdef arch_xchg_relaxed
45 arch_xchg_relaxed(&((v)->counter), (n)); \
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
131 #define arch_xchg arch_xchg_relaxed
/linux/arch/csky/include/asm/
A Dcmpxchg.h34 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/powerpc/include/asm/
A Datomic.h196 arch_xchg_relaxed(&((v)->counter), (new))
516 arch_xchg_relaxed(&((v)->counter), (new))
A Dcmpxchg.h195 #define arch_xchg_relaxed(ptr, x) \ macro
/linux/arch/arm64/include/asm/
A Datomic.h146 arch_xchg_relaxed(&((v)->counter), (new))
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/include/linux/atomic/
A Datomic-arch-fallback.h11 #ifndef arch_xchg_relaxed
14 #define arch_xchg_relaxed arch_xchg macro
A Datomic-instrumented.h1783 arch_xchg_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 21 milliseconds