Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dwatchdog.c90 static u64 wd_smp_last_reset_tb; variable
139 wd_smp_last_reset_tb = tb; in set_cpumask_stuck()
157 if ((s64)(tb - wd_smp_last_reset_tb) < (s64)wd_smp_panic_timeout_tb) in watchdog_smp_panic()
167 cpu, tb, wd_smp_last_reset_tb, in watchdog_smp_panic()
168 tb_to_ns(tb - wd_smp_last_reset_tb) / 1000000); in watchdog_smp_panic()
227 wd_smp_last_reset_tb = tb; in wd_smp_clear_cpu_pending()
244 if ((s64)(tb - wd_smp_last_reset_tb) >= (s64)wd_smp_panic_timeout_tb) in watchdog_timer_interrupt()
345 wd_smp_last_reset_tb = get_tb(); in start_watchdog()