Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/time/
Dclocksource.c334 int64_t cs_nsec, cs_nsec_max = 0, cs_nsec_min = LLONG_MAX; in clocksource_verify_percpu() local
368 if (cs_nsec > cs_nsec_max) in clocksource_verify_percpu()
369 cs_nsec_max = cs_nsec; in clocksource_verify_percpu()
383 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()