Searched refs:local_xchg (Results 1 – 2 of 2) sorted by relevance
45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
46 #define local64_xchg(l, n) local_xchg((&(l)->a), (n))