Searched refs:atomic64_cmpxchg (Results 1 – 2 of 2) sorted by relevance
62 #define atomic_cas_64(v, x, y) atomic64_cmpxchg((atomic64_t *)(v), x, y)
138 atomic64_cmpxchg(atomic64_t *v, int64_t old, int64_t new) in atomic64_cmpxchg() function