Home
last modified time | relevance | path

Searched refs:tick_usec (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/time/
H A Dntp.c60 unsigned long tick_usec; member
92 .tick_usec = USER_TICK_USEC,
253 u64 second_length, new_base, tick_usec = (u64)ntpdata->tick_usec; in ntp_update_frequency() local
255 second_length = (u64)(tick_usec * NSEC_PER_USEC * USER_HZ) << NTP_SCALE_SHIFT; in ntp_update_frequency()
760 ntpdata->tick_usec = txc->tick; in process_adjtimex_modes()
795 audit_ntp_set_old(ad, AUDIT_NTP_TICK, ntpdata->tick_usec); in ntp_adjtimex()
803 audit_ntp_set_new(ad, AUDIT_NTP_TICK, ntpdata->tick_usec); in ntp_adjtimex()
823 txc->tick = ntpdata->tick_usec; in ntp_adjtimex()