Home
last modified time | relevance | path

Searched refs:SEC_CONVERSION (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Djiffies.h412 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\ macro
/openbmc/linux/kernel/time/
H A Dtime.c626 return ((sec * SEC_CONVERSION) + in timespec64_to_jiffies()