Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c7624 unsigned long touch_ts = READ_ONCE(wq_watchdog_touched); in wq_watchdog_touch() local
7633 if (time_after(now, touch_ts + thresh / 4)) in wq_watchdog_touch()