Home
last modified time | relevance | path

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

/third_party/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()
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h304 int ts_to_nsec(struct timespec *ts, nsec_t *ns);
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c475 int ts_to_nsec(struct timespec *ts, nsec_t * ns) in ts_to_nsec() function
562 ts_to_nsec(&ts, &ns); in rt_gettime()