Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtimex.h10 struct timex { struct
11 unsigned int modes;
12 __kernel_long_t offset;
13 __kernel_long_t freq;
14 __kernel_long_t maxerror;
15 __kernel_long_t esterror;
16 int status;
17 __kernel_long_t constant;
18 __kernel_long_t precision;
19 __kernel_long_t tolerance;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtimex.h23 struct timex { struct
24 unsigned int modes;
25 __kernel_long_t offset;
26 __kernel_long_t freq;
27 __kernel_long_t maxerror;
28 __kernel_long_t esterror;
29 int status;
30 __kernel_long_t constant;
31 __kernel_long_t precision;
32 __kernel_long_t tolerance;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dtimex.h65 struct timex { struct
66 unsigned int modes; /* mode selector */
67 __kernel_long_t offset; /* time offset (usec) */
68 __kernel_long_t freq; /* frequency offset (scaled ppm) */
69 __kernel_long_t maxerror;/* maximum error (usec) */
70 __kernel_long_t esterror;/* estimated error (usec) */
71 int status; /* clock command/status */
72 __kernel_long_t constant;/* pll time constant */
73 __kernel_long_t precision;/* clock precision (usec) (read only) */
97 struct __kernel_timex_timeval { argument