Searched refs:TICK_USEC (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.h63 /* TICK_USEC is the time between ticks in usec assuming fake USER_HZ */
64 #define TICK_USEC ((1000000UL + USER_HZ/2) / USER_HZ) macro
67 /* a value TUSEC for TICK_USEC (can be set bij adjtimex) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/time/
H A Dntp.c23 unsigned long tick_usec = TICK_USEC; /* USER_HZ period (usec) */

Completed in 106 milliseconds