Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_acquire (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-fallback.h2178 #define arch_atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire
2183 #define atomic64_cmpxchg_acquire atomic64_cmpxchg macro
2188 #ifndef atomic64_cmpxchg_acquire
2190 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function
2196 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
2254 r = atomic64_cmpxchg_acquire(v, o, new); in atomic64_try_cmpxchg_acquire()
/Linux-v5.10/arch/powerpc/include/asm/
Datomic.h505 #define atomic64_cmpxchg_acquire(v, o, n) \ macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1472 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function
1477 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
Datomic-long.h419 return atomic64_cmpxchg_acquire(v, old, new); in atomic_long_cmpxchg_acquire()