atomic64_inc_return
#define atomic64_inc_return(p) __sync_add_and_fetch_8(p, 1)
#define atomic64_inc_return(p) atomic64_add_return(1, p)