Home
last modified time | relevance | path

Searched refs:arch_atomic64_xchg_relaxed (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Datomic.h434 static inline s64 arch_atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in arch_atomic64_xchg_relaxed() function
452 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg_relaxed macro
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-arch-fallback.h4013 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg()
4016 ret = arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg()
4040 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_acquire()
4041 s64 ret = arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_acquire()
4067 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_release()
4069 return arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_release()
4091 #if defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_relaxed()
4092 return arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_relaxed()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Datomic.h212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
/kernel/linux/linux-5.10/include/linux/
H A Datomic-arch-fallback.h1931 #ifndef arch_atomic64_xchg_relaxed
1934 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro
1935 #else /* arch_atomic64_xchg_relaxed */
1941 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()
1953 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()
1964 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
1971 #endif /* arch_atomic64_xchg_relaxed */
H A Datomic-fallback.h2133 #define arch_atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1420 #if !defined(arch_atomic64_xchg_relaxed) || defined(arch_atomic64_xchg)
1450 #if defined(arch_atomic64_xchg_relaxed)
1455 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()

Completed in 16 milliseconds