Lines Matching defs:next_cpu
13 unsigned int next_cpu;
15 next_cpu = cpumask_next_wrap(cpu, &watchdog_cpus);
16 if (next_cpu == cpu)
19 return next_cpu;
29 unsigned int next_cpu;
47 next_cpu = watchdog_next_cpu(cpu);
48 if (next_cpu < nr_cpu_ids)
49 watchdog_hardlockup_touch_cpu(next_cpu);
63 unsigned int next_cpu = watchdog_next_cpu(cpu);
72 if (next_cpu < nr_cpu_ids)
73 watchdog_hardlockup_touch_cpu(next_cpu);
87 unsigned int next_cpu;
98 next_cpu = watchdog_next_cpu(smp_processor_id());
99 if (next_cpu >= nr_cpu_ids)
109 watchdog_hardlockup_check(next_cpu, NULL);