Home
last modified time | relevance | path

Searched defs:local_xchg (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/asm-generic/
Dlocal.h44 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
/linux-2.6.39/arch/x86/include/asm/
Dlocal.h162 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/linux-2.6.39/arch/alpha/include/asm/
Dlocal.h56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/linux-2.6.39/arch/powerpc/include/asm/
Dlocal.h104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/linux-2.6.39/arch/mips/include/asm/
Dlocal.h120 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/linux-2.6.39/arch/m32r/include/asm/
Dlocal.h248 #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) macro