Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c34 unsigned long tick_usec = USER_TICK_USEC; variable
264 second_length = (u64)(tick_usec * NSEC_PER_USEC * USER_HZ) in ntp_update_frequency()
751 tick_usec = txc->tick; in process_adjtimex_modes()
786 audit_ntp_set_old(ad, AUDIT_NTP_TICK, tick_usec); in __do_adjtimex()
794 audit_ntp_set_new(ad, AUDIT_NTP_TICK, tick_usec); in __do_adjtimex()
816 txc->tick = tick_usec; in __do_adjtimex()
/openbmc/linux/include/linux/
H A Dtimex.h147 extern unsigned long tick_usec; /* USER_HZ period (usec) */