Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/arm/include/asm/
A Dcmpxchg.h117 #define arch_xchg_relaxed(ptr, x) ({ \ macro
131 #define arch_xchg arch_xchg_relaxed
/linux-6.3-rc2/arch/csky/include/asm/
A Dcmpxchg.h53 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Datomic.h131 arch_xchg_relaxed(&((v)->counter), (new))
422 arch_xchg_relaxed(&((v)->counter), (new))
A Dcmpxchg.h261 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-6.3-rc2/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-6.3-rc2/arch/riscv/include/asm/
A Dcmpxchg.h40 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-6.3-rc2/include/linux/atomic/
A Datomic-arch-fallback.h11 #ifndef arch_xchg_relaxed
14 #define arch_xchg_relaxed arch_xchg macro
A Datomic-instrumented.h1908 arch_xchg_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 21 milliseconds