Searched refs:tick_nsec (Results 1 – 5 of 5) sorted by relevance
29 u64 tick_nsec = (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ; in jiffies_to_clock_t() local32 if ((tick_nsec % user_hz_nsec) == 0) { in jiffies_to_clock_t()38 return x * tick_nsec/user_hz_nsec; in jiffies_to_clock_t()
9 #define TICK_SIZE (tick_nsec / 1000)
148 extern unsigned long tick_nsec; /* SHIFTED_HZ period (nsec) */
37 unsigned long tick_nsec; variable270 tick_nsec = div_u64(second_length, HZ) >> NTP_SCALE_SHIFT; in ntp_update_frequency()