Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtimex.h69 __kernel_long_t maxerror;/* maximum error (usec) */ member
107 long long maxerror;/* maximum error (usec) */ member
/linux/include/linux/
H A Dtime32.h31 s32 maxerror; member
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c113 /* Clear maxerror, as it can cause UNSYNC to be set */ in clear_time_state()
115 tx.maxerror = 0; in clear_time_state()
/linux/kernel/time/
H A Dntp.c660 /* Bump the maxerror field */ in sync_hw_clock()
983 ntpdata->time_maxerror = clamp(txc->maxerror, 0, NTP_PHASE_LIMIT); in hardpps_update_freq()
1060 txc->maxerror = ntpdata->time_maxerror; in __hardpps()