atomic64_add_return
#define atomic64_add_return(n, p) __sync_add_and_fetch_8(p, n)
atomic64_add_return(int i, atomic64_t *v)