Home
last modified time | relevance | path

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

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