Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dlocal.h125 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/arch/alpha/include/asm/
Dlocal.h56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/arch/mips/include/asm/
Dlocal.h121 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/arch/powerpc/include/asm/
Dlocal.h104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/arch/m32r/include/asm/
Dlocal.h247 #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) macro