Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnmi.h63 void reset_hung_task_detector(void);
65 static inline void reset_hung_task_detector(void) { } in reset_hung_task_detector() function
/linux-6.6.21/kernel/
Dhung_task.c330 void reset_hung_task_detector(void) in reset_hung_task_detector() function
334 EXPORT_SYMBOL_GPL(reset_hung_task_detector);
/linux-6.6.21/arch/x86/kernel/
Dpvclock.c44 reset_hung_task_detector(); in pvclock_touch_watchdogs()