Searched refs:HZ_TO_MSEC_SHR32 (Results 1 – 3 of 3) sorted by relevance
16 #define HZ_TO_MSEC_SHR32 29 macro
382 return (HZ_TO_MSEC_MUL32 * j + (1ULL << HZ_TO_MSEC_SHR32) - 1) >> in jiffies_to_msecs()383 HZ_TO_MSEC_SHR32; in jiffies_to_msecs()
66 print "#define HZ_TO_MSEC_SHR32\t", s, "\n"
Completed in 6 milliseconds