Home
last modified time | relevance | path

Searched refs:newdiff (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
Draw_skew.c88 long long newdiff; in get_monotonic_and_raw() local
94 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
95 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()
96 diff = newdiff; in get_monotonic_and_raw()
Dadjtick.c91 long long newdiff; in get_monotonic_and_raw() local
97 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
98 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()
99 diff = newdiff; in get_monotonic_and_raw()