Searched refs:last_keepalive (Results 1 – 2 of 2) sorted by relevance
109 virt_timeout = ktime_add(wd_data->last_keepalive, in watchdog_next_keepalive()200 wd_data->last_keepalive = ktime_get(); in watchdog_ping()272 wd_data->last_keepalive = started_at; in watchdog_start()437 s64 last_keepalive_ms = ktime_ms_delta(ktime_get(), wd_data->last_keepalive); in watchdog_get_timeleft()438 s64 last_keepalive = DIV_ROUND_UP_ULL(last_keepalive_ms, 1000); in watchdog_get_timeleft() local440 if (wdd->timeout > last_keepalive) in watchdog_get_timeleft()441 *timeleft = wdd->timeout - last_keepalive; in watchdog_get_timeleft()
51 ktime_t last_keepalive; member