Searched refs:last_ping (Results 1 – 2 of 2) sorted by relevance
34 unsigned long last_ping;70 while (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write() 73 wdt->last_ping = jiffies; in wdt_write_nosleep() 78 if (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write_nosleep() 81 wdt->last_ping = jiffies; in sama5d4_wdt_start() 261 wdt->last_ping = jiffies; in sama5d4_wdt_probe() 33 unsigned long last_ping; global() member
230 u32 last_ping = 0; in rti_wdt_probe() 316 last_ping = heartbeat_ms - time_left_ms; in rti_wdt_probe() 319 last_ping = 0; in rti_wdt_probe() 359 if (last_ping) in rti_wdt_remove() 360 watchdog_set_last_hw_keepalive(wdd, last_ping); in rti_wdt_remove() 216 u32 last_ping = 0; rti_wdt_probe() local