Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dclocksource.c427 int64_t wd_nsec, cs_nsec, interval; in clocksource_watchdog() local
485 wd_nsec = cycles_to_nsec_safe(watchdog, cs->wd_last, wdnow); in clocksource_watchdog()
504 interval = max(cs_nsec, wd_nsec); in clocksource_watchdog()
509 pr_warn("Long readout interval, skipping watchdog check: cs_nsec: %lld wd_nsec: %lld\n", in clocksource_watchdog()
510 cs_nsec, wd_nsec); in clocksource_watchdog()
518 if (abs(cs_nsec - wd_nsec) > md) { in clocksource_watchdog()
525 pr_warn(" '%s' wd_nsec: %lld wd_now: %llx wd_last: %llx mask: %llx\n", in clocksource_watchdog()
526 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
529 cs_wd_msec = div_s64_rem(cs_nsec - wd_nsec, 1000 * 1000, &wd_rem); in clocksource_watchdog()
530 wd_msec = div_s64_rem(wd_nsec, 100 in clocksource_watchdog()
[all...]