Searched refs:testcpu (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | clocksource.c | 346 int cpu, testcpu; in clocksource_verify_percpu() local 362 testcpu = smp_processor_id(); in clocksource_verify_percpu() 364 cs->name, testcpu, cpumask_pr_args(&cpus_chosen)); in clocksource_verify_percpu() 367 if (cpu == testcpu) in clocksource_verify_percpu() 389 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu() 392 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu() 395 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
|