Searched refs:timespec_sub (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/timers/ |
| A D | nsleep-lat.c | 90 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 120 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test() 121 printf("Large rel latency: %lld ns :", (timespec_sub(start, end)/count)-ns); in nanosleep_lat_test() 131 latency += timespec_sub(target, end); in nanosleep_lat_test()
|
| A D | mqueue-lat.c | 40 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 94 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
|
| A D | alarmtimer-suspend.c | 87 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 105 delta_ns = timespec_sub(start_time, ts); in sigalarm()
|
| A D | set-timer-lat.c | 88 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 105 delta_ns = timespec_sub(start_time, ts); in sigalarm()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| A D | test_util.c | 84 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub() function 96 return timespec_sub(end, start); in timespec_elapsed()
|
| /linux/tools/testing/selftests/kvm/include/ |
| A D | test_util.h | 67 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2);
|
| /linux/tools/testing/selftests/kvm/ |
| A D | steal_time.c | 227 if (timespec_to_ns(timespec_sub(ts, stop)) >= 0) in do_steal_time()
|
Completed in 11 milliseconds