Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djiffies.h261 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\ macro
/linux-4.1.27/kernel/time/
Dtime.c581 return (((u64)sec * SEC_CONVERSION) + in __timespec_to_jiffies()