Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcmpxchg.h190 #define arch_cmpxchg_acquire(...) __cmpxchg_wrapper(_acq, __VA_ARGS__) macro
197 #define arch_cmpxchg64_acquire arch_cmpxchg_acquire
H A Datomic.h157 arch_cmpxchg_acquire(&((v)->counter), (old), (new))
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h36 #define arch_cmpxchg_acquire arch_cmpxchg macro
40 #ifndef arch_cmpxchg_acquire
41 #define arch_cmpxchg_acquire(...) \ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1689 #if defined(arch_cmpxchg_acquire)
1694 arch_cmpxchg_acquire(__ai_ptr, __VA_ARGS__); \