Searched defs:local_xchg (Results 1 – 5 of 5) sorted by relevance
/arch/x86/include/asm/ |
D | local.h | 125 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
|
/arch/alpha/include/asm/ |
D | local.h | 56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/arch/mips/include/asm/ |
D | local.h | 121 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/arch/powerpc/include/asm/ |
D | local.h | 104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/arch/m32r/include/asm/ |
D | local.h | 247 #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) macro
|