Searched refs:cpwd_timer (Results 1 – 1 of 1) sorted by relevance
159 static struct timer_list cpwd_timer; variable242 if (timer_pending(&cpwd_timer)) in cpwd_brokentimer()243 del_timer(&cpwd_timer); in cpwd_brokentimer()254 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_brokentimer()255 add_timer(&cpwd_timer); in cpwd_brokentimer()596 timer_setup(&cpwd_timer, cpwd_brokentimer, 0); in cpwd_probe()597 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_probe()633 del_timer_sync(&cpwd_timer); in cpwd_remove()