Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h2018 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg macro
2036 #ifndef atomic64_try_cmpxchg_acquire
2038 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
2046 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
2077 #ifndef atomic64_try_cmpxchg_acquire
2079 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
2085 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1512 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function
1518 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg_acquire macro
Datomic-long.h442 return atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in atomic_long_try_cmpxchg_acquire()