atomic64_sub
#define atomic64_sub(n, p) __sync_fetch_and_sub_8(p, n)
atomic64_sub(int i, atomic64_t *v)