Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.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()
Dadjtick.c80 long long newdiff; in get_monotonic_and_raw() local
86 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()