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

/linux-master/kernel/time/
H A Dclocksource.c407 int64_t wd_nsec, cs_nsec, interval; local
465 wd_nsec = cycles_to_nsec_safe(watchdog, cs->wd_last, wdnow);
484 interval = max(cs_nsec, wd_nsec);
489 pr_warn("Long readout interval, skipping watchdog check: cs_nsec: %lld wd_nsec: %lld\n",
490 cs_nsec, wd_nsec);
498 if (abs(cs_nsec - wd_nsec) > md) {
505 pr_warn(" '%s' wd_nsec: %lld wd_now: %llx wd_last: %llx mask: %llx\n",
506 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask);
509 cs_wd_msec = div_s64_rem(cs_nsec - wd_nsec, 1000 * 1000, &wd_rem);
510 wd_msec = div_s64_rem(wd_nsec, 100
[all...]

Completed in 252 milliseconds