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