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