Searched refs:next_heartbeat (Results 1 – 13 of 13) sorted by relevance
/drivers/watchdog/ |
D | at91sam9_wdt.c | 74 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member 96 if (time_before(jiffies, at91wdt_private.next_heartbeat) || in at91_ping() 112 at91wdt_private.next_heartbeat = jiffies + heartbeat * HZ; in at91_wdt_open() 191 at91wdt_private.next_heartbeat = jiffies + heartbeat * HZ; in at91_wdt_ioctl() 199 at91wdt_private.next_heartbeat = jiffies + heartbeat * HZ; in at91_wdt_ioctl() 235 at91wdt_private.next_heartbeat = jiffies + heartbeat * HZ; in at91_wdt_write() 284 at91wdt_private.next_heartbeat = jiffies + heartbeat * HZ; in at91wdt_probe()
|
D | ep93xx_wdt.c | 53 static unsigned long next_heartbeat; variable 63 if (time_before(jiffies, next_heartbeat)) in ep93xx_wdt_timer_ping() 72 next_heartbeat = jiffies + (timeout * HZ); in ep93xx_wdt_start() 91 next_heartbeat = jiffies + (timeout * HZ); in ep93xx_wdt_keepalive()
|
D | machzwd.c | 132 static unsigned long next_heartbeat; variable 226 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_timer_on() 248 if (time_before(jiffies, next_heartbeat)) { in zf_ping() 249 dprintk("time_before: %ld\n", next_heartbeat - jiffies); in zf_ping() 303 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_write()
|
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 | sc520_wdt.c | 128 static unsigned long next_heartbeat; variable 142 if (time_before(jiffies, next_heartbeat)) { in wdt_timer_ping() 179 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup() 206 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
|
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 | 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 | nuc900_wdt.c | 71 unsigned long next_heartbeat; member 104 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_start() 125 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_ping() 223 if (time_before(jiffies, nuc900_wdt->next_heartbeat)) { in nuc900_wdt_timer_ping()
|
D | pika_wdt.c | 49 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member 89 if (time_before(jiffies, pikawdt_private.next_heartbeat) || in pikawdt_ping() 100 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 | shwdt.c | 79 static unsigned long next_heartbeat; variable 98 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_start() 149 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_keepalive() 172 if (time_before(jiffies, next_heartbeat)) { in sh_wdt_ping()
|
D | dw_wdt.c | 61 unsigned long next_heartbeat; member 90 dw_wdt.next_heartbeat = jiffies + dw_wdt_get_top() * HZ; in dw_wdt_set_next_heartbeat() 123 if (time_before(jiffies, dw_wdt.next_heartbeat) || in dw_wdt_ping()
|
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()
|