Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dworkqueue.h746 void wq_watchdog_touch(int cpu);
748 static inline void wq_watchdog_touch(int cpu) { } in wq_watchdog_touch() function
/linux-6.6.21/kernel/
Dwatchdog.c383 wq_watchdog_touch(raw_smp_processor_id()); in touch_softlockup_watchdog()
402 wq_watchdog_touch(cpu); in touch_all_softlockup_watchdogs()
Dworkqueue.c6453 notrace void wq_watchdog_touch(int cpu) in wq_watchdog_touch() function