UNRESONABLE_LATENCY   94 tools/testing/selftests/timers/mqueue-lat.c 	if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY)
UNRESONABLE_LATENCY  120 tools/testing/selftests/timers/nsleep-lat.c 	if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) {
UNRESONABLE_LATENCY  134 tools/testing/selftests/timers/nsleep-lat.c 	if (latency/count > UNRESONABLE_LATENCY) {
UNRESONABLE_LATENCY  189 tools/testing/selftests/timers/set-timer-lat.c 	if (max_latency_ns < UNRESONABLE_LATENCY) {