Home
last modified time | relevance | path

Searched refs:watchdog_timer (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/net/sched/
Dsch_generic.c158 if (!mod_timer(&dev->watchdog_timer, jiffies + dev->watchdog_timeo)) in dev_watchdog()
169 init_timer(&dev->watchdog_timer); in dev_watchdog_init()
170 dev->watchdog_timer.data = (unsigned long)dev; in dev_watchdog_init()
171 dev->watchdog_timer.function = dev_watchdog; in dev_watchdog_init()
179 if (!mod_timer(&dev->watchdog_timer, jiffies + dev->watchdog_timeo)) in __netdev_watchdog_up()
194 if (del_timer(&dev->watchdog_timer)) in dev_watchdog_down()
527 BUG_TRAP(!timer_pending(&dev->watchdog_timer)); in dev_shutdown()
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_tty_attach.c169 del_timer(&self->watchdog_timer); in ircomm_tty_detach_cable()
516 del_timer(&self->watchdog_timer); in ircomm_tty_link_established()
569 irda_start_timer(&self->watchdog_timer, timeout, (void *) self, in ircomm_tty_start_watchdog_timer()
634 del_timer(&self->watchdog_timer); in ircomm_tty_state_idle()
699 del_timer(&self->watchdog_timer); in ircomm_tty_state_search()
764 del_timer(&self->watchdog_timer); in ircomm_tty_state_query_parameters()
812 del_timer(&self->watchdog_timer); in ircomm_tty_state_query_lsap_sel()
847 del_timer(&self->watchdog_timer); in ircomm_tty_state_setup()
858 del_timer(&self->watchdog_timer); in ircomm_tty_state_setup()
Dircomm_tty.c426 init_timer(&self->watchdog_timer); in ircomm_tty_open()
978 del_timer(&self->watchdog_timer); in ircomm_tty_shutdown()
/linux-2.4.37.9/include/net/irda/
Diriap.h88 struct timer_list watchdog_timer; member
113 irda_start_timer(&self->watchdog_timer, timeout, self, in iriap_start_watchdog_timer()
Dirlmp.h113 struct timer_list watchdog_timer; member
282 del_timer(&self->watchdog_timer); in irlmp_listen()
Dircomm_tty.h99 struct timer_list watchdog_timer; member
Dirlan_common.h192 struct timer_list watchdog_timer; member
/linux-2.4.37.9/net/irda/
Dirlmp_event.c593 del_timer(&self->watchdog_timer); in irlmp_state_connect()
790 del_timer(&self->watchdog_timer); in irlmp_state_setup()
813 del_timer(&self->watchdog_timer); in irlmp_state_setup()
882 del_timer( &self->watchdog_timer); in irlmp_state_setup_pend()
Diriap.c184 init_timer(&self->watchdog_timer); in iriap_open()
210 del_timer(&self->watchdog_timer); in __iriap_close()
293 del_timer(&self->watchdog_timer); in iriap_disconnect_indication()
760 del_timer(&self->watchdog_timer); in iriap_connect_confirm()
Dtimer.c120 irda_start_timer(&self->watchdog_timer, timeout, (void *) self, in irlmp_start_watchdog_timer()
Dirlmp.c176 init_timer(&self->watchdog_timer); in irlmp_open_lsap()
206 del_timer(&self->watchdog_timer); /* Important! */ in __irlmp_close_lsap()
596 init_timer(&new->watchdog_timer); in irlmp_dup()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_common.c241 init_timer(&self->watchdog_timer); in irlan_open()
272 del_timer(&self->watchdog_timer); in __irlan_close()
318 del_timer(&self->watchdog_timer); in irlan_connect_indication()
359 del_timer(&self->watchdog_timer); in irlan_connect_confirm()
/linux-2.4.37.9/drivers/net/
Dpcnet32.c365 struct timer_list watchdog_timer; member
1317 init_timer (&lp->watchdog_timer);
1318 lp->watchdog_timer.data = (unsigned long) dev;
1319 lp->watchdog_timer.function = (void *) &pcnet32_watchdog;
1482 mod_timer (&(lp->watchdog_timer), PCNET32_WATCHDOG_TIMEOUT);
2036 del_timer_sync(&lp->watchdog_timer);
2235 mod_timer (&(lp->watchdog_timer), PCNET32_WATCHDOG_TIMEOUT);
/linux-2.4.37.9/drivers/net/e1000/
De1000.h242 struct timer_list watchdog_timer; member
De1000_main.c643 del_timer_sync(&adapter->watchdog_timer); in e1000_down()
1052 init_timer(&adapter->watchdog_timer);
1053 adapter->watchdog_timer.function = &e1000_watchdog;
1054 adapter->watchdog_timer.data = (unsigned long) adapter;
2706 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
3657 mod_timer(&adapter->watchdog_timer, jiffies + 1);
/linux-2.4.37.9/drivers/net/e100/
De100_main.c601 init_timer(&bdp->watchdog_timer); in e100_found1()
602 bdp->watchdog_timer.data = (unsigned long) dev; in e100_found1()
603 bdp->watchdog_timer.function = (void *) &e100_watchdog; in e100_found1()
1021 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ)); in e100_open()
1032 del_timer_sync(&bdp->watchdog_timer); in e100_open()
1924 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ)); in e100_watchdog()
3071 del_timer_sync(&bdp->watchdog_timer); in e100_isolate_driver()
3162 mod_timer(&(bdp->watchdog_timer), jiffies + (2 * HZ)); in e100_deisolate_driver()
De100.h915 struct timer_list watchdog_timer; /* watchdog timer id */ member
/linux-2.4.37.9/include/linux/
Dnetdevice.h339 struct timer_list watchdog_timer; member