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

/linux-master/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-master/kernel/time/
H A Dntp.c198 if (!(time_status & STA_NANO))
305 if (!(time_status & STA_NANO)) {
716 time_status |= STA_NANO;
719 time_status &= ~STA_NANO;
737 if (!(time_status & STA_NANO))
799 if (!(time_status & STA_NANO))
824 if (!(time_status & STA_NANO))

Completed in 108 milliseconds