Searched refs:xpc_hb_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/misc/sgi-xp/
H A Dxpc_main.c145 static struct timer_list xpc_hb_timer; variable in typeref:struct:timer_list
196 xpc_hb_timer.expires = jiffies + (xpc_hb_interval * HZ);
197 add_timer(&xpc_hb_timer);
204 init_timer(&xpc_hb_timer);
205 xpc_hb_timer.function = xpc_hb_beater;
212 del_timer_sync(&xpc_hb_timer);

Completed in 80 milliseconds