Searched refs:testcpu (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/time/ |
| H A D | clocksource.c | 368 int cpu, testcpu; in clocksource_verify_percpu() local 384 testcpu = smp_processor_id(); in clocksource_verify_percpu() 386 cs->name, testcpu, cpumask_pr_args(&cpus_chosen)); in clocksource_verify_percpu() 389 if (cpu == testcpu) in clocksource_verify_percpu() 411 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu() 414 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu() 417 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
|