soft_watchdog_warn  176 kernel/watchdog.c static DEFINE_PER_CPU(bool, soft_watchdog_warn);
soft_watchdog_warn  421 kernel/watchdog.c 		if (__this_cpu_read(soft_watchdog_warn) == true) {
soft_watchdog_warn  432 kernel/watchdog.c 				__this_cpu_write(soft_watchdog_warn, false);
soft_watchdog_warn  444 kernel/watchdog.c 				__this_cpu_write(soft_watchdog_warn, true);
soft_watchdog_warn  474 kernel/watchdog.c 		__this_cpu_write(soft_watchdog_warn, true);
soft_watchdog_warn  476 kernel/watchdog.c 		__this_cpu_write(soft_watchdog_warn, false);