Searched defs:next_cpu (Results 1 - 6 of 6) sorted by relevance

/kernel/
H A Dsmp.c392 int cpu, next_cpu, this_cpu = smp_processor_id(); local
413 next_cpu = cpumask_next_and(cpu, mask, cpu_online_mask);
414 if (next_cpu == this_cpu)
415 next_cpu = cpumask_next_and(next_cpu, mask, cpu_online_mask);
418 if (next_cpu >= nr_cpu_ids) {
H A Dwatchdog.c247 unsigned int next_cpu; local
249 next_cpu = cpumask_next(cpu, &cpus);
250 if (next_cpu >= nr_cpu_ids)
251 next_cpu = cpumask_first(&cpus);
253 if (next_cpu == cpu)
256 return next_cpu;
272 unsigned int next_cpu; local
283 next_cpu = watchdog_next_cpu(smp_processor_id());
284 if (next_cpu >= nr_cpu_ids)
289 if (per_cpu(watchdog_nmi_touch, next_cpu)
668 unsigned int next_cpu = watchdog_next_cpu(cpu); local
[all...]
/kernel/time/
H A Dtick-broadcast.c578 int cpu, next_cpu = 0; local
599 next_cpu = cpu;
640 if (tick_broadcast_set_event(dev, next_cpu, next_event, 0))
H A Dclocksource.c255 int next_cpu, reset_pending; local
345 next_cpu = cpumask_next(raw_smp_processor_id(), cpu_online_mask);
346 if (next_cpu >= nr_cpu_ids)
347 next_cpu = cpumask_first(cpu_online_mask);
349 add_timer_on(&watchdog_timer, next_cpu);
/kernel/sched/
H A Dfair.c4630 migrate_task_rq_fair(struct task_struct *p, int next_cpu) argument
/kernel/trace/
H A Dtrace.c2289 int next_cpu = -1; local
2319 next_cpu = cpu;
2329 *ent_cpu = next_cpu;

Completed in 77 milliseconds