Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dcmpxchg.h118 #define arch_xchg_relaxed(ptr, x) ({ \ macro
132 #define arch_xchg arch_xchg_relaxed
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dcmpxchg.h98 #define arch_xchg_relaxed(ptr, val) \ macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dcmpxchg.h53 #define arch_xchg_relaxed(ptr, x) \ macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Datomic.h146 arch_xchg_relaxed(&((v)->counter), (new))
H A Dcmpxchg.h101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dcmpxchg.h40 #define arch_xchg_relaxed(ptr, x) \ macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcmpxchg.h100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1644 #if !defined(arch_xchg_relaxed) || defined(arch_xchg)
1671 #if defined(arch_xchg_relaxed)
1676 arch_xchg_relaxed(__ai_ptr, __VA_ARGS__); \
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-arch-fallback.h13 #elif defined(arch_xchg_relaxed)
23 #elif defined(arch_xchg_relaxed)
35 #elif defined(arch_xchg_relaxed)
45 #if defined(arch_xchg_relaxed)
46 #define raw_xchg_relaxed arch_xchg_relaxed
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcmpxchg.h261 #define arch_xchg_relaxed(ptr, x) \ macro
/kernel/linux/linux-5.10/include/linux/
H A Datomic-arch-fallback.h11 #ifndef arch_xchg_relaxed
12 #define arch_xchg_relaxed arch_xchg macro
15 #else /* arch_xchg_relaxed */
32 #endif /* arch_xchg_relaxed */

Completed in 14 milliseconds