Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dwatchdog.c87 static u64 wd_smp_last_reset_tb; variable
136 wd_smp_last_reset_tb = tb; in set_cpumask_stuck()
154 if ((s64)(tb - wd_smp_last_reset_tb) < (s64)wd_smp_panic_timeout_tb) in watchdog_smp_panic()
164 cpu, tb, wd_smp_last_reset_tb, in watchdog_smp_panic()
165 tb_to_ns(tb - wd_smp_last_reset_tb) / 1000000); in watchdog_smp_panic()
229 wd_smp_last_reset_tb = tb; in wd_smp_clear_cpu_pending()
246 if ((s64)(tb - wd_smp_last_reset_tb) >= (s64)wd_smp_panic_timeout_tb) in watchdog_timer_interrupt()
347 wd_smp_last_reset_tb = get_tb(); in start_watchdog()