Searched refs:watchdog_timer (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Diriap.h88 struct timer_list watchdog_timer; member in struct:iriap_cb
113 irda_start_timer(&self->watchdog_timer, timeout, self,
H A Dircomm_tty.h96 struct timer_list watchdog_timer; member in struct:ircomm_tty_cb
H A Dirlan_common.h192 struct timer_list watchdog_timer; member in struct:irlan_cb
H A Dirlmp.h113 struct timer_list watchdog_timer; member in struct:lsap_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Diriap.h88 struct timer_list watchdog_timer; member in struct:iriap_cb
113 irda_start_timer(&self->watchdog_timer, timeout, self,
H A Dircomm_tty.h96 struct timer_list watchdog_timer; member in struct:ircomm_tty_cb
H A Dirlan_common.h192 struct timer_list watchdog_timer; member in struct:irlan_cb
H A Dirlmp.h113 struct timer_list watchdog_timer; member in struct:lsap_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_generic.c161 if (!mod_timer(&dev->watchdog_timer, jiffies + dev->watchdog_timeo))
172 init_timer(&dev->watchdog_timer);
173 dev->watchdog_timer.data = (unsigned long)dev;
174 dev->watchdog_timer.function = dev_watchdog;
182 if (!mod_timer(&dev->watchdog_timer, jiffies + dev->watchdog_timeo))
197 if (del_timer(&dev->watchdog_timer))
518 BUG_TRAP(!timer_pending(&dev->watchdog_timer));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_tty_attach.c169 del_timer(&self->watchdog_timer);
501 del_timer(&self->watchdog_timer);
537 irda_start_timer(&self->watchdog_timer, timeout, (void *) self,
603 del_timer(&self->watchdog_timer);
669 del_timer(&self->watchdog_timer);
729 del_timer(&self->watchdog_timer);
777 del_timer(&self->watchdog_timer);
812 del_timer(&self->watchdog_timer);
823 del_timer(&self->watchdog_timer);
H A Dircomm_tty.c426 init_timer(&self->watchdog_timer);
963 del_timer(&self->watchdog_timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e1000/
H A De1000.h156 struct timer_list watchdog_timer; member in struct:e1000_adapter
H A De1000_main.c276 mod_timer(&adapter->watchdog_timer, jiffies);
289 del_timer_sync(&adapter->watchdog_timer);
459 init_timer(&adapter->watchdog_timer);
460 adapter->watchdog_timer.function = &e1000_watchdog;
461 adapter->watchdog_timer.data = (unsigned long) adapter;
1288 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
1744 mod_timer(&adapter->watchdog_timer, jiffies);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlmp_event.c592 del_timer(&self->watchdog_timer);
789 del_timer(&self->watchdog_timer);
812 del_timer(&self->watchdog_timer);
881 del_timer( &self->watchdog_timer);
H A Dtimer.c120 irda_start_timer(&self->watchdog_timer, timeout, (void *) self,
H A Diriap.c183 init_timer(&self->watchdog_timer);
209 del_timer(&self->watchdog_timer);
292 del_timer(&self->watchdog_timer);
759 del_timer(&self->watchdog_timer);
H A Dirlmp.c176 init_timer(&self->watchdog_timer);
206 del_timer(&self->watchdog_timer); /* Important! */
586 init_timer(&new->watchdog_timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A Dirlan_common.c241 init_timer(&self->watchdog_timer);
272 del_timer(&self->watchdog_timer);
318 del_timer(&self->watchdog_timer);
359 del_timer(&self->watchdog_timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpcnet32.c245 struct timer_list watchdog_timer; member in struct:pcnet32_private
708 init_timer (&lp->watchdog_timer);
709 lp->watchdog_timer.data = (unsigned long) dev;
710 lp->watchdog_timer.function = (void *) &pcnet32_watchdog;
840 mod_timer (&(lp->watchdog_timer), PCNET32_WATCHDOG_TIMEOUT);
1317 del_timer_sync(&lp->watchdog_timer);
1607 mod_timer (&(lp->watchdog_timer), PCNET32_WATCHDOG_TIMEOUT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_main.c580 init_timer(&bdp->watchdog_timer);
581 bdp->watchdog_timer.data = (unsigned long) dev;
582 bdp->watchdog_timer.function = (void *) &e100_watchdog;
973 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ));
980 del_timer_sync(&bdp->watchdog_timer);
1720 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ));
3049 del_timer_sync(&bdp->watchdog_timer);
3177 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ));
H A De100.h904 struct timer_list watchdog_timer; /* watchdog timer id */ member in struct:e100_private
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetdevice.h311 struct timer_list watchdog_timer; member in struct:net_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetdevice.h311 struct timer_list watchdog_timer; member in struct:net_device

Completed in 143 milliseconds