msecs_to_jiffies
#define msecs_to_jiffies(x) (((int64_t)(x)) * hz / 1000)
#define msecs_to_jiffies(a) ( (a) * hz / 1000 )