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

/external/kernel-headers/original/linux/
H A Djiffies.h53 /* HZ is the requested value. ACTHZ is actual HZ ("<< 8" is for accuracy) */
54 #define ACTHZ (SH_DIV (CLOCK_TICK_RATE, LATCH, 8)) macro
58 /* TICK_NSEC is the time between ticks in nsec assuming real ACTHZ */
59 #define TICK_NSEC (SH_DIV (1000000UL * 1000, ACTHZ, 8))
66 /* TICK_USEC_TO_NSEC is the time between ticks in nsec assuming real ACTHZ and */
68 #define TICK_USEC_TO_NSEC(TUSEC) (SH_DIV (TUSEC * USER_HZ * 1000, ACTHZ, 8))

Completed in 73 milliseconds