Searched refs:ts_to_nsec (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
H A Draw_skew.c58 unsigned long long ts_to_nsec(struct timespec ts) ts_to_nsec() function
76 start_ns = ts_to_nsec(start); diff_timespec()
77 end_ns = ts_to_nsec(end); diff_timespec()
98 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; get_monotonic_and_raw()
H A Dadjtick.c55 unsigned long long ts_to_nsec(struct timespec ts) ts_to_nsec() function
74 start_ns = ts_to_nsec(start); diff_timespec()
75 end_ns = ts_to_nsec(end); diff_timespec()
101 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; get_monotonic_and_raw()

Completed in 210 milliseconds