atomic64_add
#define atomic64_add(n, p) __sync_fetch_and_add_8(p, n)
atomic64_add(int i, atomic64_t *v)