Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/timers/
Draw_skew.c74 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()
Dadjtick.c76 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()