Lines Matching defs:vki_timex
314 struct vki_timex { struct
315 unsigned int modes; /* mode selector */
316 long offset; /* time offset (usec) */
317 long freq; /* frequency offset (scaled ppm) */
318 long maxerror; /* maximum error (usec) */
319 long esterror; /* estimated error (usec) */
320 int status; /* clock command/status */
321 long constant; /* pll time constant */
322 long precision; /* clock precision (usec) (read only) */
323 long tolerance; /* clock frequency tolerance (ppm)
326 struct vki_timeval time; /* (read only) */
327 long tick; /* (modified) usecs between clock ticks */
329 long ppsfreq; /* pps frequency (scaled ppm) (ro) */
330 long jitter; /* pps jitter (us) (ro) */
331 int shift; /* interval duration (s) (shift) (ro) */
332 long stabil; /* pps stability (scaled ppm) (ro) */
333 long jitcnt; /* jitter limit exceeded (ro) */
334 long calcnt; /* calibration intervals (ro) */
335 long errcnt; /* calibration errors (ro) */
336 long stbcnt; /* stability limit exceeded (ro) */