Searched refs:newdiff (Results 1 – 2 of 2) sorted by relevance
88 long long newdiff; in get_monotonic_and_raw() local94 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()
91 long long newdiff; in get_monotonic_and_raw() local97 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()