Home
last modified time | relevance | path

Searched refs:HZ_TO_MSEC_MUL32 (Results 1 – 3 of 3) sorted by relevance

/linux/include/generated/
A Dtimeconst.h14 #define HZ_TO_MSEC_MUL32 U64_C(0x80000000) macro
/linux/kernel/time/
A Dtimeconst.bc63 print "#define HZ_TO_MSEC_MUL32\tU64_C(0x", fmul(s,1000,hz), ")\n"
A Dtime.c382 return (HZ_TO_MSEC_MUL32 * j + (1ULL << HZ_TO_MSEC_SHR32) - 1) >> in jiffies_to_msecs()

Completed in 4 milliseconds