Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c7447 static unsigned long wq_watchdog_touched = INITIAL_JIFFIES; variable
7518 wq_watchdog_touched = jiffies; in wq_watchdog_reset_touched()
7554 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
7596 unsigned long touch_ts = READ_ONCE(wq_watchdog_touched); in wq_watchdog_touch()
7606 WRITE_ONCE(wq_watchdog_touched, jiffies); in wq_watchdog_touch()