Searched refs:atomic64_xchg_acquire (Results 1 – 3 of 3) sorted by relevance
1933 #define atomic64_xchg_acquire atomic64_xchg macro1938 #ifndef atomic64_xchg_acquire1940 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function1946 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
1431 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function1436 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
394 return atomic64_xchg_acquire(v, i); in atomic_long_xchg_acquire()