Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dlocal.h36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
/linux/arch/alpha/include/asm/
H A Dlocal.h97 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
/linux/arch/powerpc/include/asm/
H A Dlocal.h76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
/linux/arch/mips/include/asm/
H A Dlocal.h146 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
/linux/arch/loongarch/include/asm/
H A Dlocal.h145 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro