Searched refs:local_xchg (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dlocal.h44 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
H A Dlocal64.h45 #define local64_xchg(l, n) local_xchg((&(l)->a), (n))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dlocal.h104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlocal.h162 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dlocal.h56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dlocal.h120 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dlocal.h248 #define local_xchg(v, new) (xchg_local(&((l)->counter), new)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c3172 lost_event.lost = local_xchg(&buffer->lost, 0);

Completed in 102 milliseconds