Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/atomic/
Datomic-arch-fallback.h2085 #ifndef arch_atomic64_try_cmpxchg_relaxed
2089 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg macro
2131 #ifndef arch_atomic64_try_cmpxchg_relaxed
2133 arch_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_relaxed() function
2141 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg_relaxed macro
2150 bool ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_acquire()
2162 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_release()
2173 ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg()
Datomic-long.h455 return arch_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()
Datomic-instrumented.h1107 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()