Searched refs:local_sub_and_test (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
H A Dlocal64.h37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a))
/linux-master/arch/alpha/include/asm/
H A Dlocal.h97 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h100 * local_sub_and_test - subtract value from variable and test result
108 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h46 * local_sub_and_test - subtract value from variable and test result
54 static inline bool local_sub_and_test(long i, local_t *l) function
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h138 * local_sub_and_test - subtract value from variable and test result
146 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro

Completed in 165 milliseconds