Searched defs:MSEC_TO_TICK (Results 1 – 2 of 2) sorted by relevance
77 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) macro
57 #define MSEC_TO_TICK(ms) msecs_to_jiffies(ms) macro