Searched defs:local_sub_and_test (Results 1 - 6 of 6) 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
/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/alpha/include/asm/
H A Dlocal.h97 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h146 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h108 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h54 static inline bool local_sub_and_test(long i, local_t *l) function

Completed in 165 milliseconds