Lines Matching defs:start_cpu
10942 int i, cpu, idx, next_idx, new_cpu, start_cpu, first_cpu;
10995 start_cpu = first_cpu;
11006 * phys_id as cpup. start_cpu will start where we
11010 new_cpu = start_cpu;
11028 /* Bump start_cpu to the next slot to minmize the
11032 start_cpu = cpumask_next(new_cpu, cpu_present_mask);
11033 if (start_cpu == nr_cpumask_bits)
11034 start_cpu = first_cpu;
11046 start_cpu = first_cpu;
11057 * as the cpup. start_cpu will start where we
11061 new_cpu = start_cpu;
11082 /* Bump start_cpu to the next slot to minmize the
11086 start_cpu = cpumask_next(new_cpu, cpu_present_mask);
11087 if (start_cpu == nr_cpumask_bits)
11088 start_cpu = first_cpu;
11127 start_cpu = 0;
11151 new_cpu = start_cpu;
11167 new_cpu = start_cpu;
11185 start_cpu = cpumask_next(new_cpu, cpu_present_mask);
11186 if (start_cpu == nr_cpumask_bits)
11187 start_cpu = first_cpu;