atomic_subtract_32
#define atomic_dec_32(x) atomic_subtract_32(x, 1)
atomic_subtract_32(&priv->info.nfinfo_used, 1);