Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c335 static int is_softlockup(unsigned long touch_ts) in is_softlockup() argument
341 if (time_after(now, touch_ts + get_softlockup_thresh())) in is_softlockup()
342 return now - touch_ts; in is_softlockup()
457 unsigned long touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn() local
483 if (touch_ts == SOFTLOCKUP_RESET) { in watchdog_timer_fn()
505 duration = is_softlockup(touch_ts); in watchdog_timer_fn()