Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dda9062_wdt.c54 unsigned int diff_ms; in da9062_apply_window_protection() local
58 diff_ms = jiffies_to_msecs(timeout-now); in da9062_apply_window_protection()
60 "Kicked too quickly. Delaying %u msecs\n", diff_ms); in da9062_apply_window_protection()
61 msleep(diff_ms); in da9062_apply_window_protection()