Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnmi.h62 void reset_hung_task_detector(void);
64 static inline void reset_hung_task_detector(void) { } in reset_hung_task_detector() function
/Linux-v4.19/kernel/
Dhung_task.c239 void reset_hung_task_detector(void) in reset_hung_task_detector() function
243 EXPORT_SYMBOL_GPL(reset_hung_task_detector);
/Linux-v4.19/arch/x86/kernel/
Dpvclock.c55 reset_hung_task_detector(); in pvclock_touch_watchdogs()