Home
last modified time | relevance | path

Searched refs:diff_timespec (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c60 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
109 delta1 = diff_timespec(mon, raw); in main()
121 delta2 = diff_timespec(mon, raw); in main()
123 interval = diff_timespec(start, end); in main()
Dadjtick.c59 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
86 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
107 delta1 = diff_timespec(mon_start, mon_end); in get_ppm_drift()
108 delta2 = diff_timespec(raw_start, raw_end); in get_ppm_drift()
Dfreq-step.c51 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() function
71 delay = diff_timespec(&ts3, &ts1); in get_sample()
78 sample->offset = diff_timespec(&ts2, &ts1); in get_sample()