Searched refs:offset_adj (Results 1 – 1 of 1) sorted by relevance
950 double offset_adj; in adj_host_clock() local972 offset_adj = 0.; in adj_host_clock()974 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(1)); in adj_host_clock()978 offset_adj = 0.; in adj_host_clock()981 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(sys_poll)); in adj_host_clock()998 if (offset_adj + freq_adj > NTP_MAXFREQ) in adj_host_clock()999 offset_adj = NTP_MAXFREQ - freq_adj; in adj_host_clock()1000 else if (offset_adj + freq_adj < -NTP_MAXFREQ) in adj_host_clock()1001 offset_adj = -NTP_MAXFREQ - freq_adj; in adj_host_clock()1003 clock_offset -= offset_adj; in adj_host_clock()[all …]