Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dclocksource.c224 int64_t wd_delay, wd_seq_delay; in cs_watchdog_read() local
235 wd_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, in cs_watchdog_read()
237 if (wd_delay <= WATCHDOG_MAX_SKEW) { in cs_watchdog_read()
261 smp_processor_id(), watchdog->name, wd_delay, nretries); in cs_watchdog_read()
268 cs->name, wd_delay); in cs_watchdog_read()