Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djiffies.h260 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29) macro
264 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
/linux-4.1.27/kernel/time/
Dtime.c583 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; in __timespec_to_jiffies()