Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/ !
Dclocksource.c279 static cpumask_t cpus_behind; variable
347 cpumask_clear(&cpus_behind); in clocksource_verify_percpu()
367 cpumask_set_cpu(cpu, &cpus_behind); in clocksource_verify_percpu()
383 if (!cpumask_empty(&cpus_behind)) in clocksource_verify_percpu()
385 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu()
386 if (!cpumask_empty(&cpus_ahead) || !cpumask_empty(&cpus_behind)) in clocksource_verify_percpu()