Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime.h57 struct __kernel_timex { struct
71 struct __kernel_timex_timeval time; /* (read only, except for ADJ_SETOFFSET) */ argument
72 long long tick; /* (modified) usecs between clock ticks */
74 long long ppsfreq;/* pps frequency (scaled ppm) (ro) */
75 long long jitter; /* pps jitter (us) (ro) */
76 int shift; /* interval duration (s) (shift) (ro) */
101 struct __kernel_timex kern_timex; argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h29784 struct __kernel_timex { struct
29794 struct __kernel_timex_timeval time; argument
29795 long long int tick;
29796 long long int ppsfreq;
29797 long long int jitter;
29798 int shift;
29799 long long int stabil;
29800 long long int jitcnt;
29801 long long int calcnt;
29802 long long int errcnt;
[all …]