Searched refs:atomic64_xchg_acquire (Results 1 – 3 of 3) sorted by relevance
2131 #define arch_atomic64_xchg_acquire atomic64_xchg_acquire2136 #define atomic64_xchg_acquire atomic64_xchg macro2141 #ifndef atomic64_xchg_acquire2143 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function2149 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
1432 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function1437 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
395 return atomic64_xchg_acquire(v, i); in atomic_long_xchg_acquire()