Searched defs:local_dec_and_test (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dlocal.h66 static inline int local_dec_and_test(local_t *l) local_dec_and_test() function
/linux-4.1.27/arch/mips/include/asm/
H A Dlocal.h174 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dlocal.h139 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dlocal.h93 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-4.1.27/include/asm-generic/
H A Dlocal.h36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dlocal.h233 #define local_dec_and_test(l) (local_dec_return(l) == 0) macro

Completed in 232 milliseconds