wd_smp_panic_timeout_tb   76 arch/powerpc/kernel/watchdog.c static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */
wd_smp_panic_timeout_tb  154 arch/powerpc/kernel/watchdog.c 	if ((s64)(tb - wd_smp_last_reset_tb) < (s64)wd_smp_panic_timeout_tb)
wd_smp_panic_timeout_tb  246 arch/powerpc/kernel/watchdog.c 	if ((s64)(tb - wd_smp_last_reset_tb) >= (s64)wd_smp_panic_timeout_tb)
wd_smp_panic_timeout_tb  392 arch/powerpc/kernel/watchdog.c 	wd_smp_panic_timeout_tb = wd_panic_timeout_tb * 3 / 2;