Home
last modified time | relevance | path

Searched refs:arch_atomic64_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-arch-fallback.h2015 #ifndef arch_atomic64_try_cmpxchg_relaxed
2019 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg macro
2061 #ifndef arch_atomic64_try_cmpxchg_relaxed
2063 arch_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_relaxed() function
2071 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg_relaxed macro
2080 bool ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_acquire()
2092 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_release()
2103 ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg()
Datomic-fallback.h2227 #define arch_atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1533 #if defined(arch_atomic64_try_cmpxchg_relaxed)
1539 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()