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

12

  /external/kernel-headers/original/linux/
jiffies.h 53 /* HZ is the requested value. ACTHZ is actual HZ ("<< 8" is for accuracy) */
54 #define ACTHZ (SH_DIV (CLOCK_TICK_RATE, LATCH, 8))
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 141 milliseconds

12