Searched refs:atomic_long_cmpxchg (Results 1 – 2 of 2) sorted by relevance
134 #define atomic_long_cmpxchg(l, old, new) \ macro251 #define atomic_long_cmpxchg(l, old, new) \ macro
43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))