Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/kernel/
Dwatchdog_hld.c205 void hardlockup_detector_perf_disable(void) in hardlockup_detector_perf_disable() function
Dwatchdog.c106 hardlockup_detector_perf_disable(); in watchdog_nmi_disable()