Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dwatchdog.c299 #define SOFTLOCKUP_DELAY_REPORT ULONG_MAX macro
595 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
619 per_cpu(watchdog_report_ts, cpu) = SOFTLOCKUP_DELAY_REPORT; in touch_all_softlockup_watchdogs()
627 __this_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sync()
721 if (period_ts == SOFTLOCKUP_DELAY_REPORT) { in watchdog_timer_fn()