Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Datomic.h146 arch_xchg_relaxed(&((v)->counter), (new))
Dcmpxchg.h101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/Linux-v5.10/include/asm-generic/
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__); \
/Linux-v5.10/include/linux/
Datomic-arch-fallback.h11 #ifndef arch_xchg_relaxed
12 #define arch_xchg_relaxed arch_xchg macro