Searched refs:local_xchg (Results 1 – 2 of 2) sorted by relevance
37 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
42 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro