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

12

  /external/kernel-headers/original/linux/
jiffies.h 225 * USEC_ROUND is used in the timeval to jiffie conversion. See there
231 #define USEC_ROUND (u64)(((u64)1 << USEC_JIFFIE_SC) - 1)
346 * microsecond part. Thus the USEC_ROUND, the bits to be shifted off.
361 (((u64)usec * USEC_CONVERSION + USEC_ROUND) >>

Completed in 50 milliseconds

12