Searched refs:atomic64_cmpxchg (Results 1 – 2 of 2) sorted by relevance
83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function