Searched refs:atomic64_xchg (Results 1 – 3 of 3) sorted by relevance
63 #define atomic_swap_64(v, x) atomic64_xchg((atomic64_t *)(v), x)
124 atomic64_xchg(atomic64_t *v, int64_t i) in atomic64_xchg() function
62 #define atomic64_xchg(p, v) atomic_swap_64(p, v) macro