Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h2131 #define arch_atomic64_xchg_acquire atomic64_xchg_acquire
2136 #define atomic64_xchg_acquire atomic64_xchg macro
2141 #ifndef atomic64_xchg_acquire
2143 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
2149 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1432 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
1437 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
H A Datomic-long.h395 return atomic64_xchg_acquire(v, i); in atomic_long_xchg_acquire()