Home
last modified time | relevance | path

Searched defs:local_dec_and_test (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/asm-generic/
Dlocal.h36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
/linux-3.3/arch/x86/include/asm/
Dlocal.h72 static inline int local_dec_and_test(local_t *l) in local_dec_and_test() function
/linux-3.3/arch/alpha/include/asm/
Dlocal.h93 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-3.3/arch/powerpc/include/asm/
Dlocal.h139 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux-3.3/arch/mips/include/asm/
Dlocal.h173 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-3.3/arch/m32r/include/asm/
Dlocal.h234 #define local_dec_and_test(l) (local_dec_return(l) == 0) macro