Searched refs:cs_nsec (Results 1 – 1 of 1) sorted by relevance
240 int64_t cs_nsec, cs_nsec_max = 0, cs_nsec_min = LLONG_MAX; in clocksource_verify_percpu() local263 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_verify_percpu()264 if (cs_nsec > cs_nsec_max) in clocksource_verify_percpu()265 cs_nsec_max = cs_nsec; in clocksource_verify_percpu()266 if (cs_nsec < cs_nsec_min) in clocksource_verify_percpu()267 cs_nsec_min = cs_nsec; in clocksource_verify_percpu()285 int64_t wd_nsec, cs_nsec; in clocksource_watchdog() local323 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_watchdog()333 if (abs(cs_nsec - wd_nsec) > WATCHDOG_THRESHOLD) { in clocksource_watchdog()