Searched refs:watchdog_cpus (Results 1 – 2 of 2) sorted by relevance
9 static cpumask_t __read_mostly watchdog_cpus; variable15 next_cpu = cpumask_next(cpu, &watchdog_cpus); in watchdog_next_cpu()17 next_cpu = cpumask_first(&watchdog_cpus); in watchdog_next_cpu()61 cpumask_set_cpu(cpu, &watchdog_cpus); in watchdog_hardlockup_enable()85 cpumask_clear_cpu(cpu, &watchdog_cpus); in watchdog_hardlockup_disable()
27 static atomic_t watchdog_cpus = ATOMIC_INIT(0); variable151 if (!atomic_fetch_inc(&watchdog_cpus)) in watchdog_hardlockup_enable()174 atomic_dec(&watchdog_cpus); in watchdog_hardlockup_disable()