Searched refs:local_xchg (Results 1 – 2 of 2) sorted by relevance
| /include/asm-generic/ | ||
| A D | local.h | 46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro |
| A D | local64.h | 55 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) |
Completed in 5 milliseconds