Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h505 #define atomic64_cmpxchg_acquire(v, o, n) \ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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
H A Datomic-long.h419 return atomic64_cmpxchg_acquire(v, old, new); in atomic_long_cmpxchg_acquire()