Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dclocksource.c366 int64_t cs_nsec, cs_nsec_max = 0, cs_nsec_min = LLONG_MAX; in clocksource_verify_percpu() local
401 if (cs_nsec > cs_nsec_max) in clocksource_verify_percpu()
402 cs_nsec_max = cs_nsec; in clocksource_verify_percpu()
417 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()