HomeSort by relevance Sort by last modified time
    Searched defs:ts_to_nsec (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 46 unsigned long long ts_to_nsec(struct timespec ts) function
64 start_ns = ts_to_nsec(start);
65 end_ns = ts_to_nsec(end);
86 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2;
adjtick.c 44 unsigned long long ts_to_nsec(struct timespec ts) function
63 start_ns = ts_to_nsec(start);
64 end_ns = ts_to_nsec(end);
90 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2;
  /external/ltp/testcases/realtime/lib/
librttest.c 470 int ts_to_nsec(struct timespec *ts, nsec_t * ns) function
557 ts_to_nsec(&ts, &ns);

Completed in 108 milliseconds