Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dclocksource.c361 int64_t cs_nsec, cs_nsec_max = 0, cs_nsec_min = LLONG_MAX; in clocksource_verify_percpu() local
395 cs_nsec = cycles_to_nsec_safe(cs, csnow_begin, csnow_end); in clocksource_verify_percpu()
396 if (cs_nsec > cs_nsec_max) in clocksource_verify_percpu()
397 cs_nsec_max = cs_nsec; in clocksource_verify_percpu()
398 if (cs_nsec < cs_nsec_min) in clocksource_verify_percpu()
399 cs_nsec_min = cs_nsec; in clocksource_verify_percpu()
426 int64_t wd_nsec, cs_nsec, interval; in clocksource_watchdog() local
485 cs_nsec = cycles_to_nsec_safe(cs, cs->cs_last, csnow); in clocksource_watchdog()
503 interval = max(cs_nsec, wd_nsec); in clocksource_watchdog()
508 pr_warn("Long readout interval, skipping watchdog check: cs_nsec in clocksource_watchdog()
[all...]