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

/linux-master/tools/testing/selftests/timers/
H A Dnsleep-lat.c31 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
120 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) {
134 if (latency/count > UNRESONABLE_LATENCY) {
H A Dmqueue-lat.c37 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
94 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY)
H A Dset-timer-lat.c49 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
189 if (max_latency_ns < UNRESONABLE_LATENCY) {

Completed in 154 milliseconds