Searched refs:timespec_sub (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
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()
|
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()
|
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()
|
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-v4.19/include/linux/ |
D | time32.h | 84 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub() function
|