/linux-2.4.37.9/net/sched/ |
D | sch_generic.c | 158 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/ |
D | ircomm_tty_attach.c | 169 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()
|
D | ircomm_tty.c | 426 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/ |
D | iriap.h | 88 struct timer_list watchdog_timer; member 113 irda_start_timer(&self->watchdog_timer, timeout, self, in iriap_start_watchdog_timer()
|
D | irlmp.h | 113 struct timer_list watchdog_timer; member 282 del_timer(&self->watchdog_timer); in irlmp_listen()
|
D | ircomm_tty.h | 99 struct timer_list watchdog_timer; member
|
D | irlan_common.h | 192 struct timer_list watchdog_timer; member
|
/linux-2.4.37.9/net/irda/ |
D | irlmp_event.c | 593 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()
|
D | iriap.c | 184 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()
|
D | timer.c | 120 irda_start_timer(&self->watchdog_timer, timeout, (void *) self, in irlmp_start_watchdog_timer()
|
D | irlmp.c | 176 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/ |
D | irlan_common.c | 241 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/ |
D | pcnet32.c | 365 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/ |
D | e1000.h | 242 struct timer_list watchdog_timer; member
|
D | e1000_main.c | 643 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/ |
D | e100_main.c | 601 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()
|
D | e100.h | 915 struct timer_list watchdog_timer; /* watchdog timer id */ member
|
/linux-2.4.37.9/include/linux/ |
D | netdevice.h | 339 struct timer_list watchdog_timer; member
|