Home | History | Annotate | Download | only in linux

Lines Matching refs:SEC_JIFFIE_SC

143  * with a set of scales defined here as SEC_JIFFIE_SC,  USEC_JIFFIE_SC and
199 * Within the limits of cpp we do a rough cut at the SEC_JIFFIE_SC and
209 #define SEC_JIFFIE_SC (31 - SHIFT_HZ)
210 #if !((((NSEC_PER_SEC << 2) / TICK_NSEC) << (SEC_JIFFIE_SC - 2)) & 0x80000000)
211 #undef SEC_JIFFIE_SC
212 #define SEC_JIFFIE_SC (32 - SHIFT_HZ)
214 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29)
215 #define USEC_JIFFIE_SC (SEC_JIFFIE_SC + 19)
216 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\
242 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
308 * The >> (NSEC_JIFFIE_SC - SEC_JIFFIE_SC) converts the scaled nsec
323 (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC;
362 (USEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC;