PCT
#define PCT(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y)))
#define PCT(top, bot) (int)pct((u_long)(top), (u_long)(bot))