next_heartbeat     76 drivers/watchdog/alim7101_wdt.c static unsigned long next_heartbeat;
next_heartbeat     98 drivers/watchdog/alim7101_wdt.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat    153 drivers/watchdog/alim7101_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat    177 drivers/watchdog/alim7101_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat     84 drivers/watchdog/at91sam9_wdt.c 	unsigned long next_heartbeat;	/* the next_heartbeat for the timer */
next_heartbeat    123 drivers/watchdog/at91sam9_wdt.c 	if (time_before(jiffies, wdt->next_heartbeat) ||
next_heartbeat    136 drivers/watchdog/at91sam9_wdt.c 	wdt->next_heartbeat = jiffies + wdd->timeout * HZ;
next_heartbeat    241 drivers/watchdog/at91sam9_wdt.c 	wdt->next_heartbeat = jiffies + wdt->wdd.timeout * HZ;
next_heartbeat    125 drivers/watchdog/machzwd.c static unsigned long next_heartbeat;
next_heartbeat    220 drivers/watchdog/machzwd.c 	next_heartbeat = jiffies + ZF_USER_TIMEO;
next_heartbeat    242 drivers/watchdog/machzwd.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat    243 drivers/watchdog/machzwd.c 		dprintk("time_before: %ld\n", next_heartbeat - jiffies);
next_heartbeat    297 drivers/watchdog/machzwd.c 		next_heartbeat = jiffies + ZF_USER_TIMEO;
next_heartbeat    188 drivers/watchdog/pcwd.c 	unsigned long next_heartbeat;	/* the next_heartbeat for the timer */
next_heartbeat    377 drivers/watchdog/pcwd.c 	if (time_before(jiffies, pcwd_private.next_heartbeat)) {
next_heartbeat    406 drivers/watchdog/pcwd.c 	pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
next_heartbeat    461 drivers/watchdog/pcwd.c 	pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
next_heartbeat     51 drivers/watchdog/pika_wdt.c 	unsigned long next_heartbeat;	/* the next_heartbeat for the timer */
next_heartbeat     91 drivers/watchdog/pika_wdt.c 	if (time_before(jiffies, pikawdt_private.next_heartbeat) ||
next_heartbeat    102 drivers/watchdog/pika_wdt.c 	pikawdt_private.next_heartbeat = jiffies + heartbeat * HZ;
next_heartbeat    111 drivers/watchdog/sbc60xxwdt.c static unsigned long next_heartbeat;
next_heartbeat    124 drivers/watchdog/sbc60xxwdt.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat    139 drivers/watchdog/sbc60xxwdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat    157 drivers/watchdog/sbc60xxwdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat    124 drivers/watchdog/sc520_wdt.c static unsigned long next_heartbeat;
next_heartbeat    138 drivers/watchdog/sc520_wdt.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat    174 drivers/watchdog/sc520_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat    201 drivers/watchdog/sc520_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat     70 drivers/watchdog/shwdt.c static unsigned long next_heartbeat;
next_heartbeat     92 drivers/watchdog/shwdt.c 	next_heartbeat = jiffies + (heartbeat * HZ);
next_heartbeat    152 drivers/watchdog/shwdt.c 	next_heartbeat = jiffies + (heartbeat * HZ);
next_heartbeat    180 drivers/watchdog/shwdt.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat     73 drivers/watchdog/via_wdt.c static unsigned long next_heartbeat;	/* the next_heartbeat for the timer */
next_heartbeat     93 drivers/watchdog/via_wdt.c 	if (time_before(jiffies, next_heartbeat) ||
next_heartbeat    104 drivers/watchdog/via_wdt.c 	next_heartbeat = jiffies + wdd->timeout * HZ;
next_heartbeat     98 drivers/watchdog/w83877f_wdt.c static unsigned long next_heartbeat;
next_heartbeat    112 drivers/watchdog/w83877f_wdt.c 	if (time_before(jiffies, next_heartbeat)) {
next_heartbeat    156 drivers/watchdog/w83877f_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat    179 drivers/watchdog/w83877f_wdt.c 	next_heartbeat = jiffies + (timeout * HZ);