Searched defs:local_xchg (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/asm-generic/ |
D | local.h | 44 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | local.h | 162 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | local.h | 56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | local.h | 104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | local.h | 120 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | local.h | 248 #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) macro
|