Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dnsleep-lat.c30 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
107 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
121 if (latency/count > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
H A Dmqueue-lat.c37 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
94 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
H A Dset-timer-lat.c37 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
177 if (max_latency_ns < UNRESONABLE_LATENCY) { in check_timer_latency()