Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
/linux/arch/x86/include/asm/
A Dlocal.h67 static inline bool local_dec_and_test(local_t *l) in local_dec_and_test() function
/linux/arch/powerpc/include/asm/
A Dlocal.h77 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux/arch/alpha/include/asm/
A Dlocal.h94 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux/arch/mips/include/asm/
A Dlocal.h183 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro

Completed in 5 milliseconds