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

/linux-4.1.27/include/linux/
H A Djiffies.h190 * NSEC_JIFFIE_SC. Note that these defines contain nothing but
260 #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/
H A Dtime.c569 * The >> (NSEC_JIFFIE_SC - SEC_JIFFIE_SC) converts the scaled nsec
583 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; __timespec_to_jiffies()

Completed in 222 milliseconds