Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnmi.h65 u64 hw_nmi_get_sample_period(int watchdog_thresh);
69 extern int watchdog_thresh;
/linux-4.1.27/kernel/
Dwatchdog.c54 int __read_mostly watchdog_thresh = 10; variable
160 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()
Dsysctl.c854 .data = &watchdog_thresh,
/linux-4.1.27/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.1.27/Documentation/
Dlockup-watchdogs.txt40 task. An NMI perf event is generated every "watchdog_thresh"
50 for 2*watchdog_thresh seconds (the softlockup threshold) the
56 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.1.27/arch/powerpc/kernel/
Dsetup_64.c785 u64 hw_nmi_get_sample_period(int watchdog_thresh) in hw_nmi_get_sample_period() argument
787 return ppc_proc_freq * watchdog_thresh; in hw_nmi_get_sample_period()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt88 - watchdog_thresh
926 watchdog_thresh:
932 The softlockup threshold is (2 * watchdog_thresh). Setting this
/linux-4.1.27/lib/
DKconfig.debug702 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