Home
last modified time | relevance | path

Searched refs:local_dec_and_test (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci36 local_dec_and_test@p1(&(a)->x)
79 local_dec_and_test@p1(&(a)->x)
/openbmc/linux/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
H A Dlocal64.h38 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a)
/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/loongarch/include/asm/
H A Dlocal.h123 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) 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/powerpc/include/asm/
H A Dlocal.h77 #define local_dec_and_test(l) (local_dec_return((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