Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.h46 ktime_t last_hw_keepalive; member
H A Dwatchdog_dev.c150 earliest_keepalive = ktime_add(wd_data->last_hw_keepalive, in __watchdog_ping()
161 wd_data->last_hw_keepalive = now; in __watchdog_ping()
273 wd_data->last_hw_keepalive = started_at; in watchdog_start()
1092 wd_data->last_hw_keepalive = ktime_sub(ktime_get(), 1); in watchdog_cdev_register()
1212 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()