Searched defs:atomic64_xchg (Results 1 – 2 of 2) sorted by relevance
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