Home
last modified time | relevance | path

Searched refs:tickval (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dadjtick.c115 int check_tick_adj(long tickval) in check_tick_adj() argument
128 tx1.tick = tickval; in check_tick_adj()
134 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj()
135 printf("Estimating tick (act: %ld usec, %lld ppm): ", tickval, ppm); in check_tick_adj()
144 if (tx1.offset || tx1.freq || tx1.tick != tickval) { in check_tick_adj()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dadjtick.c115 int check_tick_adj(long tickval) in check_tick_adj() argument
128 tx1.tick = tickval; in check_tick_adj()
134 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj()
135 printf("Estimating tick (act: %ld usec, %lld ppm): ", tickval, ppm); in check_tick_adj()
144 if (tx1.offset || tx1.freq || tx1.tick != tickval) { in check_tick_adj()

Completed in 1 milliseconds