Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Djiffies.h70 #define SEC_JIFFIE_SC (31 - SHIFT_HZ) macro
71 #if !((NSEC_PER_SEC << 2) / TICK_NSEC << SEC_JIFFIE_SC - 2 & 0x80000000)
72 #undef SEC_JIFFIE_SC
73 #define SEC_JIFFIE_SC (32 - SHIFT_HZ) macro
75 #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29)
76 #define USEC_JIFFIE_SC (SEC_JIFFIE_SC + 19)
77 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) + TICK_NSEC -1) / (u…
84 #define MAX_SEC_IN_JIFFIES (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC,…