Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Djiffies.h267 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29) macro
271 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
/linux-5.19.10/kernel/time/
Dtime.c599 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; in timespec64_to_jiffies()