Searched defs:local_xchg (Results 1 – 5 of 5) sorted by relevance
45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
126 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
93 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
130 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
Completed in 9 milliseconds