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

/linux-4.4.14/arch/powerpc/include/asm/
H A Dlocal.h76 * local_inc_and_test - increment and test
83 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dlocal.h72 * local_inc_and_test - increment and test
79 static inline int local_inc_and_test(local_t *l) local_inc_and_test() function
/linux-4.4.14/arch/mips/include/asm/
H A Dlocal.h157 * local_inc_and_test - increment and test
164 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dlocal.h91 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/linux-4.4.14/include/asm-generic/
H A Dlocal.h37 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
H A Dlocal64.h38 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/linux-4.4.14/arch/m32r/include/asm/
H A Dlocal.h216 * local_inc_and_test - increment and test
223 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 81 milliseconds