Home
last modified time | relevance | path

Searched refs:local_inc_and_test (Results 1 – 6 of 6) sorted by relevance

/linux/include/asm-generic/
A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
A Dlocal64.h39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/linux/arch/alpha/include/asm/
A Dlocal.h92 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/linux/arch/x86/include/asm/
A Dlocal.h80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test() function
/linux/arch/powerpc/include/asm/
A Dlocal.h72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux/arch/mips/include/asm/
A Dlocal.h173 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 7 milliseconds