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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dcpwd.c156 static struct timer_list cpwd_timer; variable in typeref:struct:timer_list
240 if (timer_pending(&cpwd_timer))
241 del_timer(&cpwd_timer);
252 cpwd_timer.expires = WD_BTIMEOUT;
253 add_timer(&cpwd_timer);
614 init_timer(&cpwd_timer);
615 cpwd_timer.function = cpwd_brokentimer;
616 cpwd_timer.data = (unsigned long) p;
617 cpwd_timer.expires = WD_BTIMEOUT;
658 del_timer_sync(&cpwd_timer);
[all...]

Completed in 82 milliseconds