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

/linux-master/include/asm-generic/
H A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
H A Dlocal64.h39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/linux-master/arch/alpha/include/asm/
H A Dlocal.h99 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h111 * local_inc_and_test - increment and test
118 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h73 * local_inc_and_test - increment and test
80 static inline bool local_inc_and_test(local_t *l) function
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h65 * local_inc_and_test - increment and test
72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h149 * local_inc_and_test - increment and test
156 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 135 milliseconds