Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dclocksource.c300 int64_t cs_nsec, cs_nsec_max = 0, cs_nsec_min = LLONG_MAX; in clocksource_verify_percpu() local
334 if (cs_nsec > cs_nsec_max) in clocksource_verify_percpu()
335 cs_nsec_max = cs_nsec; in clocksource_verify_percpu()
349 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()