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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtlclk.c186 static struct timer_list switchover_timer = variable in typeref:struct:timer_list
799 init_timer(&switchover_timer);
844 del_timer_sync(&switchover_timer);
862 del_timer(&switchover_timer);
914 switchover_timer.expires = jiffies + msecs_to_jiffies(10);
916 switchover_timer.data = (unsigned long) &tlclk_timer_data;
917 mod_timer(&switchover_timer, switchover_timer.expires);

Completed in 98 milliseconds