Searched refs:atomic64_try_cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance
2225 #define arch_atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire2231 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg macro2249 #ifndef atomic64_try_cmpxchg_acquire2251 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function2259 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro2290 #ifndef atomic64_try_cmpxchg_acquire2292 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function2298 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
1513 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function1519 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
443 return atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in atomic_long_try_cmpxchg_acquire()