Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Dnsleep-lat.c42 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
131 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
145 if (latency/count > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
Dmqueue-lat.c48 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
105 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
Dset-timer-lat.c59 #define UNRESONABLE_LATENCY 40000000 /* 40ms in nanosecs */ macro
179 if (max_latency_ns < UNRESONABLE_LATENCY) { in do_timer()