Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c201 #define SOFTLOCKUP_RESET ULONG_MAX macro
301 raw_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET); in touch_softlockup_watchdog_sched()
325 per_cpu(watchdog_touch_ts, cpu) = SOFTLOCKUP_RESET; in touch_all_softlockup_watchdogs()
332 __this_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET); in touch_softlockup_watchdog_sync()
483 if (touch_ts == SOFTLOCKUP_RESET) { in watchdog_timer_fn()