Searched refs:newdiff (Results 1 – 2 of 2) sorted by relevance
76 long long newdiff; in get_monotonic_and_raw() local82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()83 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()84 diff = newdiff; in get_monotonic_and_raw()
80 long long newdiff; in get_monotonic_and_raw() local86 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()87 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()88 diff = newdiff; in get_monotonic_and_raw()