Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dwatchdog_dev.c106 unsigned int hw_heartbeat_ms; in watchdog_next_keepalive() local
114 hw_heartbeat_ms = min_not_zero(timeout_ms, wdd->max_hw_heartbeat_ms); in watchdog_next_keepalive()
115 keepalive_interval = ms_to_ktime(hw_heartbeat_ms / 2); in watchdog_next_keepalive()
122 last_heartbeat = ktime_sub(virt_timeout, ms_to_ktime(hw_heartbeat_ms)); in watchdog_next_keepalive()