Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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__); \
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h11 #ifndef arch_xchg_relaxed
12 #define arch_xchg_relaxed arch_xchg macro