Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dworkqueue.h663 void wq_watchdog_touch(int cpu);
665 static inline void wq_watchdog_touch(int cpu) { } in wq_watchdog_touch() function
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c307 wq_watchdog_touch(raw_smp_processor_id()); in touch_softlockup_watchdog()
326 wq_watchdog_touch(-1); in touch_all_softlockup_watchdogs()
H A Dworkqueue.c5868 notrace void wq_watchdog_touch(int cpu) in wq_watchdog_touch() function