HomeSort by relevance Sort by last modified time
    Searched defs:SEC_JIFFIE_SC (Results 26 - 26 of 26) sorted by null

12

  /external/kernel-headers/original/linux/
jiffies.h 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
    [all...]

Completed in 18 milliseconds

12