Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
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-v4.19/arch/alpha/include/asm/
Dlocal.h86 #define local_dec_return(l) local_sub_return(1,(l)) macro
/Linux-v4.19/arch/x86/include/asm/
Dlocal.h121 #define local_dec_return(l) (local_sub_return(1, l)) macro
/Linux-v4.19/arch/mips/include/asm/
Dlocal.h143 #define local_dec_return(l) local_sub_return(1, (l)) macro