Searched refs:watchdog_thresh (Results 1 – 9 of 9) sorted by relevance
24 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument26 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
56 int __read_mostly watchdog_thresh = 10; variable197 return watchdog_thresh * 2; in get_softlockup_thresh()292 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()590 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in watchdog_nmi_enable()835 if (watchdog_enabled && watchdog_thresh) in proc_watchdog_update()968 old = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()977 new = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()984 watchdog_thresh = old; in proc_watchdog_thresh()
846 .data = &watchdog_thresh,
69 u64 hw_nmi_get_sample_period(int watchdog_thresh);73 extern int watchdog_thresh;
41 task. An NMI perf event is generated every "watchdog_thresh"51 for 2*watchdog_thresh seconds (the softlockup threshold) the57 The period of the hrtimer is 2*watchdog_thresh/5, which means it has
271 4. Echo a large number of /proc/sys/kernel/watchdog_thresh in
812 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument814 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
89 - watchdog_thresh959 watchdog_thresh:965 The softlockup threshold is (2 * watchdog_thresh). Setting this
712 thresholds can be controlled through the sysctl watchdog_thresh.726 using the watchdog_thresh sysctl).743 mode for more than 20 seconds (configurable using the watchdog_thresh