Searched refs:local_add_negative (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.h38 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
H A Dlocal64.h39 #define local64_add_negative(i, l) local_add_negative((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.h39 #define local_add_negative(a, l) (local_add_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.h101 * local_add_negative - add and test if negative
109 static inline int local_add_negative(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.h83 #define local_add_negative(a, l) (local_add_return((a), (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.h176 * local_add_negative - add and test if negative
184 #define local_add_negative(i, l) (local_add_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.h237 * local_add_negative - add and test if negative
245 #define local_add_negative(i, l) (local_add_return((i), (l)) < 0) macro

Completed in 45 milliseconds