Home
last modified time | relevance | path

Searched refs:diff_timespec (Results 1 – 4 of 4) 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()
122 delta2 = diff_timespec(mon, raw); in main()
124 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.c43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() function
63 delay = diff_timespec(&ts3, &ts1); in get_sample()
70 sample->offset = diff_timespec(&ts2, &ts1); in get_sample()
/external/libfuse/lib/
Dfuse.c552 static double diff_timespec(const struct timespec *t1,
3217 static double diff_timespec(const struct timespec *t1, in diff_timespec() function
3235 if (diff_timespec(&now, &node->stat_updated) > in open_auto_cache()
4435 age = diff_timespec(&now, &lnode->forget_time); in fuse_clean_cache()