Home
last modified time | relevance | path

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

/include/linux/atomic/
Datomic-arch-fallback.h2114 #ifdef arch_atomic64_try_cmpxchg
2115 #define arch_atomic64_try_cmpxchg_acquire arch_atomic64_try_cmpxchg
2116 #define arch_atomic64_try_cmpxchg_release arch_atomic64_try_cmpxchg
2117 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg
2120 #ifndef arch_atomic64_try_cmpxchg
2122 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
2130 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
2195 #ifndef arch_atomic64_try_cmpxchg
2197 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
2205 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
[all …]
Datomic-long.h437 return arch_atomic64_try_cmpxchg(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg()
Datomic-instrumented.h1083 return arch_atomic64_try_cmpxchg(v, old, new); in atomic64_try_cmpxchg()