Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic-fallback.h2225 #define arch_atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire
2231 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg macro
2249 #ifndef atomic64_try_cmpxchg_acquire
2251 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
2259 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
2290 #ifndef atomic64_try_cmpxchg_acquire
2292 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
2298 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1513 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
1519 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
Datomic-long.h443 return atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in atomic_long_try_cmpxchg_acquire()