Searched defs:local_inc_and_test (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dlocal.h80 static inline bool local_inc_and_test(local_t *l) function
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h156 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h118 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/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/include/asm-generic/
H A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro

Completed in 136 milliseconds