Home
last modified time | relevance | path

Searched defs:local_inc_and_test (Results 1 – 5 of 5) sorted by relevance

/linux/include/asm-generic/
A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) 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/alpha/include/asm/
A Dlocal.h92 #define local_inc_and_test(l) (local_add_return(1, (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 6 milliseconds