Searched refs:local_sub_return (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dlocal.h37 static __inline__ long local_sub_return(long i, local_t * l) function
85 #define local_dec_return(l) local_sub_return(1,(l))
89 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0)
93 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dlocal.h73 static __inline__ long local_sub_return(long i, local_t * l) function
82 "1:" __LL "%1, %2 # local_sub_return \n"
96 "1:" __LL "%1, %2 # local_sub_return \n"
141 #define local_dec_return(l) local_sub_return(1, (l))
153 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0)
173 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dlocal.h81 * local_sub_return - subtract long from local variable and return it
87 static inline long local_sub_return(long i, local_t *l) function
94 "# local_sub_return \n\t"
127 #define local_sub(i, l) ((void) local_sub_return((i), (l)))
138 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dlocal.h41 static __inline__ long local_sub_return(long a, local_t *l) function
46 "1:" PPC_LLARX(%0,0,%2,0) " # local_sub_return\n\
138 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlocal.h151 static inline long local_sub_return(long i, local_t *l) function
157 #define local_dec_return(l) (local_sub_return(1, l))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dlocal.h40 #define local_sub_return(i, l) atomic_long_sub_return((i), (&(l)->a)) macro
H A Dlocal64.h41 #define local64_sub_return(i, l) local_sub_return((i), (&(l)->a))

Completed in 84 milliseconds