Home
last modified time | relevance | path

Searched refs:hardlockup_detector_perf_disable (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dnmi.h101 extern void hardlockup_detector_perf_disable(void);
108 static inline void hardlockup_detector_perf_disable(void) { } in hardlockup_detector_perf_disable() function
/Linux-v4.19/kernel/
Dwatchdog_hld.c204 void hardlockup_detector_perf_disable(void) in hardlockup_detector_perf_disable() function
Dwatchdog.c113 hardlockup_detector_perf_disable(); in watchdog_nmi_disable()