local_xchg         57 arch/alpha/include/asm/local.h #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
local_xchg        126 arch/mips/include/asm/local.h #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n)))
local_xchg         93 arch/powerpc/include/asm/local.h static __inline__ long local_xchg(local_t *l, long n)
local_xchg        126 arch/x86/include/asm/local.h #define local_xchg(l, n) (xchg(&((l)->a.counter), (n)))
local_xchg         45 include/asm-generic/local.h #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n))