local_dec_and_test   66 arch/x86/include/asm/local.h static inline int local_dec_and_test(local_t *l)
local_dec_and_test   36 include/asm-generic/local.h #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)