Searched refs:tick_nsec (Results 1 – 5 of 5) sorted by relevance
30 u64 tick_nsec = (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ; in jiffies_to_clock_t() local33 if ((tick_nsec % user_hz_nsec) == 0) { in jiffies_to_clock_t()39 return x * tick_nsec/user_hz_nsec; in jiffies_to_clock_t()
9 #define TICK_SIZE (tick_nsec / 1000)
140 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()