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

/linux-master/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)
/linux-master/arch/alpha/include/asm/
H A Dlocal.h101 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h121 * local_dec_and_test - decrement by 1 and test
128 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h60 * local_dec_and_test - decrement and test
67 static inline bool local_dec_and_test(local_t *l) function
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h77 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h159 * local_dec_and_test - decrement by 1 and test
166 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro

Completed in 229 milliseconds