Lines Matching defs:target__kernel_timex
304 struct target__kernel_timex { struct
305 abi_uint modes; /* Mode selector */
307 abi_llong offset; /* Time offset */
308 abi_llong freq; /* Frequency offset */
309 abi_llong maxerror; /* Maximum error (microseconds) */
310 abi_llong esterror; /* Estimated error (microseconds) */
311 abi_int status; /* Clock command/status */
313 abi_llong constant; /* PLL (phase-locked loop) time constant */
314 abi_llong precision; /* Clock precision (microseconds, ro) */
315 abi_llong tolerance; /* Clock freq. tolerance (ppm, ro) */
316 struct target__kernel_sock_timeval time; /* Current time */
317 abi_llong tick; /* Microseconds between clock ticks */
318 abi_llong ppsfreq; /* PPS (pulse per second) frequency */
319 abi_llong jitter; /* PPS jitter (ro); nanoseconds */
320 abi_int shift; /* PPS interval duration (seconds) */
322 abi_llong stabil; /* PPS stability */
323 abi_llong jitcnt; /* PPS jitter limit exceeded (ro) */
324 abi_llong calcnt; /* PPS calibration intervals */
325 abi_llong errcnt; /* PPS calibration errors */
326 abi_llong stbcnt; /* PPS stability limit exceeded */
327 abi_int tai; /* TAI offset */