Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c6349 static unsigned long wq_watchdog_touched = INITIAL_JIFFIES; variable
6407 wq_watchdog_touched = jiffies; in wq_watchdog_reset_touched()
6443 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
6482 unsigned long touch_ts = READ_ONCE(wq_watchdog_touched); in wq_watchdog_touch()
6492 WRITE_ONCE(wq_watchdog_touched, jiffies); in wq_watchdog_touch()