local_dec_and_test 37 include/asm-generic/local.h #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) local_dec_and_test 234 include/asm-m32r/local.h #define local_dec_and_test(l) (local_dec_return(l) == 0) local_dec_and_test 72 include/asm-x86/local.h static inline int local_dec_and_test(local_t *l)