Searched refs:next_heartbeat (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/watchdog/ |
D | machzwd.c | 131 static unsigned long next_heartbeat; variable 225 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_timer_on() 247 if (time_before(jiffies, next_heartbeat)) { in zf_ping() 248 dprintk("time_before: %ld\n", next_heartbeat - jiffies); in zf_ping() 302 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_write()
|
D | sbc60xxwdt.c | 117 static unsigned long next_heartbeat; variable 130 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping() 145 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup() 163 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
|
D | sc520_wdt.c | 128 static unsigned long next_heartbeat; variable 142 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping() 178 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup() 205 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
|
D | w83877f_wdt.c | 102 static unsigned long next_heartbeat; variable 116 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping() 160 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup() 183 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
|
D | nuc900_wdt.c | 69 unsigned long next_heartbeat; member 102 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_start() 123 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_ping() 221 if (time_before(jiffies, nuc900_wdt->next_heartbeat)) { in nuc900_wdt_timer_ping()
|
D | shwdt.c | 74 static unsigned long next_heartbeat; variable 96 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_start() 156 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_keepalive() 184 if (time_before(jiffies, next_heartbeat)) { in sh_wdt_ping()
|
D | alim7101_wdt.c | 75 static unsigned long next_heartbeat; variable 97 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping() 152 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup() 176 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
|
D | pika_wdt.c | 50 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member 90 if (time_before(jiffies, pikawdt_private.next_heartbeat) || in pikawdt_ping() 101 pikawdt_private.next_heartbeat = jiffies + heartbeat * HZ; in pikawdt_keepalive()
|
D | via_wdt.c | 73 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()
|
D | at91sam9_wdt.c | 84 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() 241 wdt->next_heartbeat = jiffies + wdt->wdd.timeout * HZ; in at91_wdt_init()
|
D | pcwd.c | 187 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member 376 if (time_before(jiffies, pcwd_private.next_heartbeat)) { in pcwd_timer_ping() 405 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_start() 460 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_keepalive()
|