Searched refs:local_sub_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.h35 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
H A Dlocal64.h36 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(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.h138 #define local_sub_and_test(a, l) (local_sub_return((a), (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.h46 * local_sub_and_test - subtract value from variable and test result
54 static inline int local_sub_and_test(long i, 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.h89 #define local_sub_and_test(i,l) (local_sub_return((i), (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.h145 * local_sub_and_test - subtract value from variable and test result
153 #define local_sub_and_test(i, l) (local_sub_return((i), (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.h130 * local_sub_and_test - subtract value from variable and test result
138 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro

Completed in 38 milliseconds