Searched refs:last_ping (Results 1 – 3 of 3) sorted by relevance
33 unsigned long last_ping; member66 while (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write()69 wdt->last_ping = jiffies; in wdt_write()74 if (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write_nosleep()77 wdt->last_ping = jiffies; in wdt_write_nosleep()270 wdt->last_ping = jiffies; in sama5d4_wdt_probe()
216 u32 last_ping = 0; in rti_wdt_probe() local294 last_ping = heartbeat_ms - time_left_ms; in rti_wdt_probe()297 last_ping = 0; in rti_wdt_probe()337 if (last_ping) in rti_wdt_probe()338 watchdog_set_last_hw_keepalive(wdd, last_ping); in rti_wdt_probe()
184 unsigned long last_ping; member