Searched refs:watchdog_enabled (Results 1 – 9 of 9) sorted by relevance
40 unsigned long __read_mostly watchdog_enabled; variable153 watchdog_enabled = 0; in lockup_detector_update_enable()157 watchdog_enabled |= NMI_WATCHDOG_ENABLED; in lockup_detector_update_enable()159 watchdog_enabled |= SOFT_WATCHDOG_ENABLED; in lockup_detector_update_enable()315 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()369 if (!watchdog_enabled) in watchdog_timer_fn()501 if (watchdog_enabled & NMI_WATCHDOG_ENABLED) in watchdog_enable()577 if (watchdog_enabled && watchdog_thresh) in lockup_detector_reconfigure()605 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()655 watchdog_enabled = 0; in lockup_detector_soft_poweroff()[all …]
271 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in hardlockup_detector_perf_restart()
300 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_timer_fn()337 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in start_watchdog()
24 extern unsigned long watchdog_enabled;
200 u8 stopped:1, watchdog_enabled:1; member
1090 if (!atomic_read(&tx->enabled) || !tx->watchdog_enabled) in zd_tx_watchdog_handler()1111 if (!tx->watchdog_enabled) { in zd_tx_watchdog_enable()1115 tx->watchdog_enabled = 1; in zd_tx_watchdog_enable()1123 if (tx->watchdog_enabled) { in zd_tx_watchdog_disable()1125 tx->watchdog_enabled = 0; in zd_tx_watchdog_disable()1197 tx->watchdog_enabled = 0; in init_usb_tx()
729 u8 watchdog_enabled; member
633 vcpu->arch.watchdog_enabled) { in kvmppc_watchdog_func()
1884 vcpu->arch.watchdog_enabled = true; in kvm_vcpu_ioctl_enable_cap()