Searched refs:xchg_local (Results 1 – 6 of 6) sorted by relevance
13 #define xchg_local(ptr, x) \ macro
56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
106 #define xchg_local(ptr, x) \ macro
247 #define local_xchg(v, new) (xchg_local(&((l)->counter), new))
104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
136 #define xchg_local(ptr,x) \ macro