Searched refs:USEC_ROUND (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djiffies.h240 * USEC_ROUND is used in the timeval to jiffie conversion. See there
246 #define USEC_ROUND (u64)(((u64)1 << USEC_JIFFIE_SC) - 1) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dtime.c621 * microsecond part. Thus the USEC_ROUND, the bits to be shifted off.
636 (((u64)usec * USEC_CONVERSION + USEC_ROUND) >>

Completed in 90 milliseconds