local_xchg 45 include/asm-generic/local.h #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) local_xchg 248 include/asm-m32r/local.h #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) local_xchg 162 include/asm-x86/local.h #define local_xchg(l, n) (xchg(&((l)->a.counter), (n)))