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

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

Completed in 293 milliseconds