wd_timer_period_ms   78 arch/powerpc/kernel/watchdog.c static u64 wd_timer_period_ms __read_mostly;  /* interval between heartbeat */
wd_timer_period_ms  308 arch/powerpc/kernel/watchdog.c 	hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms));
wd_timer_period_ms  315 arch/powerpc/kernel/watchdog.c 	unsigned long ticks = tb_ticks_per_usec * wd_timer_period_ms * 1000;
wd_timer_period_ms  355 arch/powerpc/kernel/watchdog.c 	hrtimer_start(hrtimer, ms_to_ktime(wd_timer_period_ms),
wd_timer_period_ms  395 arch/powerpc/kernel/watchdog.c 	wd_timer_period_ms = watchdog_thresh * 1000 * 2 / 5;