Searched refs:ntpdata (Results 1 – 1 of 1) sorted by relevance
150 ntpdata->pps_fbase.tv_sec = ntpdata->pps_fbase.tv_nsec = 0; in pps_clear()171 ntpdata->pps_freq = ntpdata->time_freq; in pps_set_freq()263 ntpdata->tick_length += new_base - ntpdata->tick_length_base; in ntp_update_frequency()341 ntpdata->tick_length = ntpdata->tick_length_base; in __ntp_clear()453 ntpdata->tick_length = ntpdata->tick_length_base; in second_overflow()455 delta = ntp_offset_chunk(ntpdata, ntpdata->time_offset); in second_overflow()726 ntpdata->time_freq = min(ntpdata->time_freq, MAXFREQ_SCALED); in process_adjtimex_modes()880 *jitter = ntpdata->pps_tf[0] - ntpdata->pps_tf[1]; in pps_phase_filter_get()891 ntpdata->pps_tf[2] = ntpdata->pps_tf[1]; in pps_phase_filter_add()892 ntpdata->pps_tf[1] = ntpdata->pps_tf[0]; in pps_phase_filter_add()[all …]