Home
last modified time | relevance | path

Searched refs:arch_atomic_xchg_relaxed (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-arch-fallback.h1901 #elif defined(arch_atomic_xchg_relaxed) in raw_atomic_xchg()
1904 ret = arch_atomic_xchg_relaxed(v, new); in raw_atomic_xchg()
1928 #elif defined(arch_atomic_xchg_relaxed) in raw_atomic_xchg_acquire()
1929 int ret = arch_atomic_xchg_relaxed(v, new); in raw_atomic_xchg_acquire()
1955 #elif defined(arch_atomic_xchg_relaxed) in raw_atomic_xchg_release()
1957 return arch_atomic_xchg_relaxed(v, new); in raw_atomic_xchg_release()
1979 #if defined(arch_atomic_xchg_relaxed) in raw_atomic_xchg_relaxed()
1980 return arch_atomic_xchg_relaxed(v, new); in raw_atomic_xchg_relaxed()
/kernel/linux/linux-5.10/include/linux/
H A Datomic-arch-fallback.h824 #ifndef arch_atomic_xchg_relaxed
827 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro
828 #else /* arch_atomic_xchg_relaxed */
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()
864 #endif /* arch_atomic_xchg_relaxed */
H A Datomic-fallback.h909 #define arch_atomic_xchg_relaxed atomic_xchg_relaxed macro
/kernel/linux/linux-5.10/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()

Completed in 15 milliseconds