Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dwatchdog_core.h46 ktime_t last_hw_keepalive; member
Dwatchdog_dev.c149 earliest_keepalive = ktime_add(wd_data->last_hw_keepalive, in __watchdog_ping()
160 wd_data->last_hw_keepalive = now; in __watchdog_ping()
271 wd_data->last_hw_keepalive = started_at; in watchdog_start()
1072 wd_data->last_hw_keepalive = ktime_sub(ktime_get(), 1); in watchdog_cdev_register()
1192 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()