Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dwatchdog_buddy.c9 static cpumask_t __read_mostly watchdog_cpus; variable
15 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()
H A Dwatchdog_perf.c27 static atomic_t watchdog_cpus = ATOMIC_INIT(0); variable
151 if (!atomic_fetch_inc(&watchdog_cpus)) in watchdog_hardlockup_enable()
174 atomic_dec(&watchdog_cpus); in watchdog_hardlockup_disable()