Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h2185 #define arch_atomic64_try_cmpxchg_acquire arch_atomic64_try_cmpxchg macro
2203 #ifndef arch_atomic64_try_cmpxchg_acquire
2205 arch_atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_acquire() function
2213 #define arch_atomic64_try_cmpxchg_acquire arch_atomic64_try_cmpxchg_acquire macro
2244 #ifndef arch_atomic64_try_cmpxchg_acquire
2246 arch_atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_acquire() function
2252 #define arch_atomic64_try_cmpxchg_acquire arch_atomic64_try_cmpxchg_acquire macro
Datomic-long.h443 return arch_atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_acquire()
Datomic-instrumented.h1162 return arch_atomic64_try_cmpxchg_acquire(v, old, new); in atomic64_try_cmpxchg_acquire()