Searched refs:atomic64_try_cmpxchg (Results 1 – 3 of 3) sorted by relevance
2017 #ifdef atomic64_try_cmpxchg2018 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg2019 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg2020 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg2023 #ifndef atomic64_try_cmpxchg2025 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function2033 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro2098 #ifndef atomic64_try_cmpxchg2100 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function2108 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro[all …]
1501 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function1507 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
436 return atomic64_try_cmpxchg(v, (s64 *)old, new); in atomic_long_try_cmpxchg()