Searched refs:local_inc_and_test (Results 1 - 7 of 7) 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.h37 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
H A Dlocal64.h38 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dlocal.h76 * local_inc_and_test - increment and test
83 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlocal.h83 * local_inc_and_test - increment and test
90 static inline int local_inc_and_test(local_t *l) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dlocal.h91 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dlocal.h156 * local_inc_and_test - increment and test
163 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dlocal.h217 * local_inc_and_test - increment and test
224 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 36 milliseconds