Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtimex.h187 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro
193 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/linux/kernel/time/
H A Dntp.c205 if (!(ntpdata->time_status & STA_NANO)) in pps_fill_timex()
293 if (!(ntpdata->time_status & STA_NANO)) { in ntp_update_offset()
727 ntpdata->time_status |= STA_NANO; in process_adjtimex_modes()
730 ntpdata->time_status &= ~STA_NANO; in process_adjtimex_modes()
748 if (!(ntpdata->time_status & STA_NANO)) in process_adjtimex_modes()
807 if (!(ntpdata->time_status & STA_NANO)) in ntp_adjtimex()
831 if (!(ntpdata->time_status & STA_NANO)) in ntp_adjtimex()