Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnmi.h62 void reset_hung_task_detector(void);
64 static inline void reset_hung_task_detector(void) { } in reset_hung_task_detector() function
/OK3568_Linux_fs/kernel/kernel/
H A Dhung_task.c251 void reset_hung_task_detector(void) in reset_hung_task_detector() function
255 EXPORT_SYMBOL_GPL(reset_hung_task_detector);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpvclock.c44 reset_hung_task_detector(); in pvclock_touch_watchdogs()