Searched refs:watchdog_thresh (Results 1 – 9 of 9) sorted by relevance
65 u64 hw_nmi_get_sample_period(int watchdog_thresh);69 extern int watchdog_thresh;
54 int __read_mostly watchdog_thresh = 10; variable160 return watchdog_thresh * 2; in get_softlockup_thresh()537 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in watchdog_nmi_enable()750 if (watchdog_enabled && watchdog_thresh) in proc_watchdog_update()867 old = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()877 new = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()884 watchdog_thresh = old; in proc_watchdog_thresh()
854 .data = &watchdog_thresh,
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()
40 task. An NMI perf event is generated every "watchdog_thresh"50 for 2*watchdog_thresh seconds (the softlockup threshold) the56 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
785 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument787 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
88 - watchdog_thresh926 watchdog_thresh:932 The softlockup threshold is (2 * watchdog_thresh). Setting this
702 thresholds can be controlled through the sysctl watchdog_thresh.716 using the watchdog_thresh sysctl).733 mode for more than 20 seconds (configurable using the watchdog_thresh