atomic64_inc
#define atomic64_inc(p) __sync_fetch_and_add_8(p, 1)
#define atomic64_inc(p) atomic64_add(p, 1)