Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h149 #define arch_atomic_xchg_release(v, new) \ macro
214 #define arch_atomic64_xchg_release arch_atomic_xchg_release
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h826 #define arch_atomic_xchg_release arch_atomic_xchg macro
841 #ifndef arch_atomic_xchg_release
843 arch_atomic_xchg_release(atomic_t *v, int i) in arch_atomic_xchg_release() function
848 #define arch_atomic_xchg_release arch_atomic_xchg_release macro
H A Datomic-fallback.h908 #define arch_atomic_xchg_release atomic_xchg_release macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h630 #if defined(arch_atomic_xchg_release)
635 return arch_atomic_xchg_release(v, i); in atomic_xchg_release()