Searched refs:watchdog_thresh (Results 1 – 13 of 13) sorted by relevance
46 int __read_mostly watchdog_thresh = 10; variable239 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()255 return watchdog_thresh * 2; in get_softlockup_thresh()339 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()651 if (watchdog_enabled && watchdog_thresh) in __lockup_detector_reconfigure()686 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()831 old = READ_ONCE(watchdog_thresh); in proc_watchdog_thresh()834 if (!err && write && old != READ_ONCE(watchdog_thresh)) in proc_watchdog_thresh()
173 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
2338 .data = &watchdog_thresh,
5911 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,
25 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument27 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
23 extern int watchdog_thresh;196 u64 hw_nmi_get_sample_period(int watchdog_thresh);
42 task. An NMI perf event is generated every "watchdog_thresh"52 for 2*watchdog_thresh seconds (the softlockup threshold) the58 The period of the hrtimer is 2*watchdog_thresh/5, which means it has
352 4. Echo a large number of /proc/sys/kernel/watchdog_thresh in
6076 watchdog_thresh=6084 workqueue.watchdog_thresh=
428 wd_panic_timeout_tb = watchdog_thresh * ppc_tb_freq; in watchdog_calc_timeouts()434 wd_timer_period_ms = watchdog_thresh * 1000 * 2 / 5; in watchdog_calc_timeouts()
930 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument932 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
1515 watchdog_thresh chapter1522 The softlockup threshold is (``2 * watchdog_thresh``). Setting this
952 mode for more than 20 seconds (configurable using the watchdog_thresh1018 using the watchdog_thresh sysctl).1092 "workqueue.watchdog_thresh" and its sysfs counterpart.