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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/appletalk/
H A Dcops.c158 static struct timer_list cops_timer; variable in typeref:struct:timer_list
429 init_timer(&cops_timer);
430 cops_timer.function = cops_poll;
431 cops_timer.data = (unsigned long)dev;
432 cops_timer.expires = jiffies + HZ/20;
433 add_timer(&cops_timer);
693 del_timer(&cops_timer);
709 cops_timer.expires = jiffies + HZ/20;
710 add_timer(&cops_timer);
1004 del_timer(&cops_timer);
[all...]

Completed in 86 milliseconds