Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dworkqueue.h657 void wq_watchdog_touch(int cpu);
659 static inline void wq_watchdog_touch(int cpu) { } in wq_watchdog_touch() function
/Linux-v5.10/kernel/
Dwatchdog.c264 wq_watchdog_touch(raw_smp_processor_id()); in touch_softlockup_watchdog()
283 wq_watchdog_touch(-1); in touch_all_softlockup_watchdogs()
Dworkqueue.c5807 notrace void wq_watchdog_touch(int cpu) in wq_watchdog_touch() function