Home
last modified time | relevance | path

Searched refs:hardlockup_detector_disable (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dnmi.h85 extern void hardlockup_detector_disable(void);
88 static inline void hardlockup_detector_disable(void) {} in hardlockup_detector_disable() function
/Linux-v4.19/arch/powerpc/kernel/
Dsetup_64.c844 hardlockup_detector_disable(); in disable_hardlockup_detector()
847 hardlockup_detector_disable(); in disable_hardlockup_detector()
/Linux-v4.19/kernel/
Dwatchdog.c66 void __init hardlockup_detector_disable(void) in hardlockup_detector_disable() function
/Linux-v4.19/arch/x86/kernel/
Dkvm.c664 hardlockup_detector_disable(); in kvm_guest_init()