atomic_long_sub_and_test  336 fs/file_table.c 	if (atomic_long_sub_and_test(refs, &file->f_count)) {
atomic_long_sub_and_test   36 include/asm-generic/local.h #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a))
atomic_long_sub_and_test  292 include/linux/percpu-refcount.h 	else if (unlikely(atomic_long_sub_and_test(nr, &ref->count)))