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

/linux-master/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h77 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux-master/arch/alpha/include/asm/
H A Dlocal.h101 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h166 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h128 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h67 static inline bool local_dec_and_test(local_t *l) function

Completed in 254 milliseconds