Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Draw_skew.c44 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() function
62 start_ns = ts_to_nsec(start); in diff_timespec()
63 end_ns = ts_to_nsec(end); in diff_timespec()
84 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; in get_monotonic_and_raw()
H A Dadjtick.c40 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() function
59 start_ns = ts_to_nsec(start); in diff_timespec()
60 end_ns = ts_to_nsec(end); in diff_timespec()
86 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; in get_monotonic_and_raw()