Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djiffies.h263 #define SEC_JIFFIE_SC (31 - SHIFT_HZ) macro
264 #if !((((NSEC_PER_SEC << 2) / TICK_NSEC) << (SEC_JIFFIE_SC - 2)) & 0x80000000)
265 #undef SEC_JIFFIE_SC
266 #define SEC_JIFFIE_SC (32 - SHIFT_HZ) macro
268 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29)
269 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\
284 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
/Linux-v4.19/kernel/time/
Dtime.c631 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; in __timespec64_to_jiffies()