Home
last modified time | relevance | path

Searched refs:watchdog_thresh (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dhw_nmi.c24 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument
26 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
/linux-4.4.14/kernel/
Dwatchdog.c56 int __read_mostly watchdog_thresh = 10; variable
197 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()
Dsysctl.c846 .data = &watchdog_thresh,
/linux-4.4.14/include/linux/
Dnmi.h69 u64 hw_nmi_get_sample_period(int watchdog_thresh);
73 extern int watchdog_thresh;
/linux-4.4.14/Documentation/
Dlockup-watchdogs.txt41 task. An NMI perf event is generated every "watchdog_thresh"
51 for 2*watchdog_thresh seconds (the softlockup threshold) the
57 The period of the hrtimer is 2*watchdog_thresh/5, which means it has
Dkernel-per-CPU-kthreads.txt271 4. Echo a large number of /proc/sys/kernel/watchdog_thresh in
/linux-4.4.14/arch/powerpc/kernel/
Dsetup_64.c812 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument
814 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt89 - watchdog_thresh
959 watchdog_thresh:
965 The softlockup threshold is (2 * watchdog_thresh). Setting this
/linux-4.4.14/lib/
DKconfig.debug712 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