Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h2017 #ifdef atomic64_try_cmpxchg
2018 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg
2019 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg
2020 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg
2023 #ifndef atomic64_try_cmpxchg
2025 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
2033 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
2098 #ifndef atomic64_try_cmpxchg
2100 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
2108 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
[all …]
/include/asm-generic/
Datomic-instrumented.h1501 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
1507 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
Datomic-long.h436 return atomic64_try_cmpxchg(v, (s64 *)old, new); in atomic_long_try_cmpxchg()