Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dlocal.h36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h103 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dlocal.h76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dlocal.h98 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h141 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro