Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnmi.h105 extern void hardlockup_detector_perf_stop(void);
109 static inline void hardlockup_detector_perf_stop(void) { } in hardlockup_detector_perf_stop() function
/openbmc/linux/kernel/
H A Dwatchdog_perf.c206 void __init hardlockup_detector_perf_stop(void) in hardlockup_detector_perf_stop() function
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c6906 hardlockup_detector_perf_stop(); in fixup_ht_bug()