Home
last modified time | relevance | path

Searched refs:local_sub_return (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/include/asm/
Dlocal.h38 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() function
86 #define local_dec_return(l) local_sub_return(1,(l))
90 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0)
94 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0)
/arch/mips/include/asm/
Dlocal.h77 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() function
147 #define local_dec_return(l) local_sub_return(1, (l))
159 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0)
179 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0)
/arch/x86/include/asm/
Dlocal.h115 static inline long local_sub_return(long i, local_t *l) in local_sub_return() function
121 #define local_dec_return(l) (local_sub_return(1, l))
/arch/powerpc/include/asm/
Dlocal.h74 #define local_dec_return(l) local_sub_return(1LL, l)
76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0)