Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djiffies.h411 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29) macro
415 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
/openbmc/linux/kernel/time/
H A Dtime.c628 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; in timespec64_to_jiffies()