Home
last modified time | relevance | path

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

/init/
Dcalibrate.c266 int this_cpu = smp_processor_id(); in calibrate_delay() local
268 if (per_cpu(cpu_loops_per_jiffy, this_cpu)) { in calibrate_delay()
269 lpj = per_cpu(cpu_loops_per_jiffy, this_cpu); in calibrate_delay()
293 per_cpu(cpu_loops_per_jiffy, this_cpu) = lpj; in calibrate_delay()