Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnmi.h101 extern void hardlockup_detector_perf_disable(void);
108 static inline void hardlockup_detector_perf_disable(void) { } in hardlockup_detector_perf_disable() function
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog_hld.c205 void hardlockup_detector_perf_disable(void) in hardlockup_detector_perf_disable() function
H A Dwatchdog.c149 hardlockup_detector_perf_disable(); in watchdog_nmi_disable()