Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c46 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() function
64 start_ns = ts_to_nsec(start); in diff_timespec()
65 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()
Dadjtick.c44 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() function
63 start_ns = ts_to_nsec(start); in diff_timespec()
64 end_ns = ts_to_nsec(end); in diff_timespec()
90 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; in get_monotonic_and_raw()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c171 ts_to_nsec(&p_ts, &s_time); in main()
172 ts_to_nsec(&ts, &e_time); in main()
/external/ltp/testcases/realtime/include/
Dlibrttest.h305 int ts_to_nsec(struct timespec *ts, nsec_t *ns);
/external/ltp/testcases/realtime/lib/
Dlibrttest.c470 int ts_to_nsec(struct timespec *ts, nsec_t * ns) in ts_to_nsec() function
557 ts_to_nsec(&ts, &ns); in rt_gettime()