Home
last modified time | relevance | path

Searched refs:timespec_sub (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dnsleep-lat.c101 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
131 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
132 printf("Large rel latency: %lld ns :", (timespec_sub(start, end)/count)-ns); in nanosleep_lat_test()
142 latency += timespec_sub(target, end); in nanosleep_lat_test()
Dmqueue-lat.c51 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
105 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
Dalarmtimer-suspend.c98 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
116 delta_ns = timespec_sub(start_time, ts); in sigalarm()
Dset-timer-lat.c97 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
114 delta_ns = timespec_sub(start_time, ts); in sigalarm()