Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dwatchdog.c161 #define SOFTLOCKUP_DELAY_REPORT ULONG_MAX macro
270 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
294 per_cpu(watchdog_report_ts, cpu) = SOFTLOCKUP_DELAY_REPORT; in touch_all_softlockup_watchdogs()
302 __this_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sync()
397 if (period_ts == SOFTLOCKUP_DELAY_REPORT) { in watchdog_timer_fn()

Completed in 4 milliseconds