Searched refs:atomic64_try_cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance
2018 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg macro2036 #ifndef atomic64_try_cmpxchg_acquire2038 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function2046 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro2077 #ifndef atomic64_try_cmpxchg_acquire2079 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function2085 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
1512 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function1518 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
442 return atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in atomic_long_try_cmpxchg_acquire()