Searched refs:local_dec_return (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dlocal.h74 #define local_dec_return(l) local_sub_return(1LL, l) macro
75 #define local_dec(l) local_dec_return(l)
77 #define local_dec_and_test(l) (local_dec_return((l)) == 0)
/linux-master/arch/alpha/include/asm/
H A Dlocal.h93 #define local_dec_return(l) local_sub_return(1,(l)) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h96 #define local_dec_return(l) local_sub_return(1, (l)) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h121 #define local_dec_return(l) (local_sub_return(1, l)) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h134 #define local_dec_return(l) local_sub_return(1, (l)) macro

Completed in 300 milliseconds