Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h145 #define arch_atomic_xchg_relaxed(v, new) \ macro
212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h824 #ifndef arch_atomic_xchg_relaxed
827 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro
834 int ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_acquire()
846 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_release()
857 ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg()
H A Datomic-fallback.h909 #define arch_atomic_xchg_relaxed atomic_xchg_relaxed macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h610 #if !defined(arch_atomic_xchg_relaxed) || defined(arch_atomic_xchg)
640 #if defined(arch_atomic_xchg_relaxed)
645 return arch_atomic_xchg_relaxed(v, i); in atomic_xchg_relaxed()