Home
last modified time | relevance | path

Searched refs:newdiff (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A 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()
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A 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()
H A 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()

Completed in 2 milliseconds