Home
last modified time | relevance | path

Searched defs:__kernel_timex (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtimex.h102 struct __kernel_timex { struct
116 struct __kernel_timex_timeval time; /* (read only, except for ADJ_SETOFFSET) */ argument
117 long long tick; /* (modified) usecs between clock ticks */
119 long long ppsfreq;/* pps frequency (scaled ppm) (ro) */
120 long long jitter; /* pps jitter (us) (ro) */
121 int shift; /* interval duration (s) (shift) (ro) */
124 long long jitcnt; /* jitter limit exceeded (ro) */
125 long long calcnt; /* calibration intervals (ro) */
126 long long errcnt; /* calibration errors (ro) */
127 long long stbcnt; /* stability limit exceeded (ro) */
[all …]