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

/linux-master/tools/testing/selftests/timers/
H A Draw_skew.c76 long long newdiff; local
82 newdiff = diff_timespec(start, end);
83 if (diff == 0 || newdiff < diff) {
84 diff = newdiff;
H A Dadjtick.c80 long long newdiff; local
86 newdiff = diff_timespec(start, end);
87 if (diff == 0 || newdiff < diff) {
88 diff = newdiff;

Completed in 178 milliseconds