Searched defs:local64_cmpxchg (Results 1 – 1 of 1) sorted by relevance
45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new) in local64_cmpxchg() function92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) macro