Searched refs:newdiff (Results 1 – 2 of 2) sorted by relevance
74 long long newdiff; in get_monotonic_and_raw() local 80 newdiff = diff_timespec(start, end); in get_monotonic_and_raw() 81 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw() 82 diff = newdiff; in get_monotonic_and_raw()
76 long long newdiff; in get_monotonic_and_raw() local 82 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()