atomic64_inc_and_test
#define local64_inc_and_test(l) atomic64_inc_and_test(&(l)->a)
return atomic64_inc_and_test(v);