HomeSort by relevance Sort by last modified time
    Searched refs:USEC_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
215 #define USEC_JIFFIE_SC (SEC_JIFFIE_SC + 19)
222 ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) +\
231 #define USEC_ROUND (u64)(((u64)1 << USEC_JIFFIE_SC) - 1)
362 (USEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC;

Completed in 114 milliseconds

12