Searched refs:watchdog_thresh (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/kernel/ |
H A D | watchdog.c | 43 int __read_mostly watchdog_thresh = 10; variable 236 * - watchdog_thresh 310 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup() 313 __setup("watchdog_thresh=", watchdog_thresh_setup); 326 return watchdog_thresh * 2; in get_softlockup_thresh() 342 * convert watchdog_thresh from seconds to ns in set_sample_period() 417 if ((watchdog_enabled & WATCHDOG_SOFTOCKUP_ENABLED) && watchdog_thresh) { in is_softlockup() 434 * for more than 2*watchdog_thresh seconds then the debug-printout 667 if (watchdog_enabled && watchdog_thresh) in __lockup_detector_reconfigure() 698 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup() [all...] |
H A D | watchdog_perf.c | 120 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
|
H A D | workqueue.c | 6814 * "workqueue.watchdog_thresh" which can be updated at runtime through the 6995 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | watchdog_hld.c | 16 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument 25 return (u64)max_cpu_freq * watchdog_thresh; in hw_nmi_get_sample_period()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | watchdog.c | 45 int __read_mostly watchdog_thresh = 10; variable 134 * - watchdog_thresh 204 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup() 207 __setup("watchdog_thresh=", watchdog_thresh_setup); 220 return watchdog_thresh * 2; in get_softlockup_thresh() 236 * convert watchdog_thresh from seconds to ns in set_sample_period() 304 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup() 337 * for more than 2*watchdog_thresh seconds then the debug-printout 564 if (watchdog_enabled && watchdog_thresh) in __lockup_detector_reconfigure() 599 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup() [all...] |
H A D | watchdog_hld.c | 173 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
|
H A D | sysctl.c | 2418 .procname = "watchdog_thresh", 2419 .data = &watchdog_thresh,
|
H A D | workqueue.c | 5777 * "workqueue.watchdog_thresh" which can be updated at runtime through the 5901 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | hw_nmi.c | 25 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument 27 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | hw_nmi.c | 27 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument 29 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nmi.h | 28 extern int watchdog_thresh; 96 * state bits in 'watchdog_enabled'. The 'watchdog_thresh' variable is 98 * detectors are 'suspended' while 'watchdog_thresh' is equal zero. 217 u64 hw_nmi_get_sample_period(int watchdog_thresh);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nmi.h | 28 extern int watchdog_thresh; 97 * state bits in 'watchdog_enabled'. The 'watchdog_thresh' variable is 99 * detectors are 'suspended' while 'watchdog_thresh' is equal zero. 229 u64 hw_nmi_get_sample_period(int watchdog_thresh);
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | watchdog.c | 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()
|
H A D | setup_64.c | 930 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument 932 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | watchdog.c | 534 u64 threshold = watchdog_thresh; in watchdog_calc_timeouts() 546 wd_timer_period_ms = watchdog_thresh * 1000 * 2 / 5; in watchdog_calc_timeouts()
|
H A D | setup_64.c | 903 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument 905 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
|
Completed in 28 milliseconds