Home
last modified time | relevance | path

Searched refs:next_heartbeat (Results 1 – 11 of 11) sorted by relevance

/drivers/watchdog/
Dmachzwd.c125 static unsigned long next_heartbeat; variable
221 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_timer_on()
243 if (time_before(jiffies, next_heartbeat)) { in zf_ping()
244 dprintk("time_before: %ld\n", next_heartbeat - jiffies); in zf_ping()
298 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_write()
Dsbc60xxwdt.c111 static unsigned long next_heartbeat; variable
124 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping()
139 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup()
157 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
Dsc520_wdt.c124 static unsigned long next_heartbeat; variable
138 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping()
174 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup()
201 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
Dw83877f_wdt.c98 static unsigned long next_heartbeat; variable
112 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping()
156 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup()
179 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
Dshwdt.c70 static unsigned long next_heartbeat; variable
92 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_start()
152 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_keepalive()
180 if (time_before(jiffies, next_heartbeat)) { in sh_wdt_ping()
Dalim7101_wdt.c76 static unsigned long next_heartbeat; variable
98 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping()
153 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup()
177 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
Dpika_wdt.c51 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member
91 if (time_before(jiffies, pikawdt_private.next_heartbeat) || in pikawdt_ping()
102 pikawdt_private.next_heartbeat = jiffies + heartbeat * HZ; in pikawdt_keepalive()
Dvia_wdt.c73 static unsigned long next_heartbeat; /* the next_heartbeat for the timer */ variable
93 if (time_before(jiffies, next_heartbeat) || in wdt_timer_tick()
104 next_heartbeat = jiffies + wdd->timeout * HZ; in wdt_ping()
Dat91sam9_wdt.c84 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member
123 if (time_before(jiffies, wdt->next_heartbeat) || in at91_ping()
136 wdt->next_heartbeat = jiffies + wdd->timeout * HZ; in at91_wdt_start()
240 wdt->next_heartbeat = jiffies + wdt->wdd.timeout * HZ; in at91_wdt_init()
Dpcwd.c188 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member
377 if (time_before(jiffies, pcwd_private.next_heartbeat)) { in pcwd_timer_ping()
406 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_start()
461 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_keepalive()
/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c23 static bool next_heartbeat(struct intel_engine_cs *engine) in next_heartbeat() function
231 if (!engine->i915->params.enable_hangcheck || !next_heartbeat(engine)) in heartbeat()
241 next_heartbeat(engine); in intel_engine_unpark_heartbeat()