Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dlocal.h85 static __inline__ long local_dec_return(local_t *l) in local_dec_return() function
139 #define local_dec_and_test(l) (local_dec_return((l)) == 0)
/arch/alpha/include/asm/
Dlocal.h85 #define local_dec_return(l) local_sub_return(1,(l)) macro
/arch/x86/include/asm/
Dlocal.h157 #define local_dec_return(l) (local_sub_return(1, l)) macro
/arch/mips/include/asm/
Dlocal.h141 #define local_dec_return(l) local_sub_return(1, (l)) macro