Searched refs:next_heartbeat (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dep93xx_wdt.c45 static unsigned long next_heartbeat; variable
76 next_heartbeat = jiffies + (timeout * HZ);
91 next_heartbeat = jiffies + (timeout * HZ);
206 if (time_before(jiffies, next_heartbeat))
H A Dmachzwd.c129 static unsigned long next_heartbeat = 0; variable
222 next_heartbeat = jiffies + ZF_USER_TIMEO;
244 if(time_before(jiffies, next_heartbeat)){
246 dprintk("time_before: %ld\n", next_heartbeat - jiffies);
304 next_heartbeat = jiffies + ZF_USER_TIMEO;
H A Dalim7101_wdt.c73 static unsigned long next_heartbeat; variable
94 if(time_before(jiffies, next_heartbeat))
141 next_heartbeat = jiffies + (timeout * HZ);
165 next_heartbeat = jiffies + (timeout * HZ);
H A Dsbc60xxwdt.c107 static unsigned long next_heartbeat; variable
120 if(time_before(jiffies, next_heartbeat))
137 next_heartbeat = jiffies + (timeout * HZ);
155 next_heartbeat = jiffies + (timeout * HZ);
H A Dsc520_wdt.c125 static unsigned long next_heartbeat; variable
139 if(time_before(jiffies, next_heartbeat))
178 next_heartbeat = jiffies + (timeout * HZ);
205 next_heartbeat = jiffies + (timeout * HZ);
H A Dshwdt.c74 static unsigned long next_heartbeat; variable
90 next_heartbeat = jiffies + (heartbeat * HZ);
149 next_heartbeat = jiffies + (heartbeat * HZ);
173 if (time_before(jiffies, next_heartbeat)) {
H A Dw83877f_wdt.c94 static unsigned long next_heartbeat; variable
108 if(time_before(jiffies, next_heartbeat))
154 next_heartbeat = jiffies + (timeout * HZ);
177 next_heartbeat = jiffies + (timeout * HZ);
H A Dpcwd.c180 unsigned long next_heartbeat; /* the next_heartbeat for the timer */ member in struct:__anon4367
364 if(time_before(jiffies, pcwd_private.next_heartbeat)) {
392 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
447 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);

Completed in 44 milliseconds