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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_est.c69 static struct timer_list est_timer; variable in typeref:struct:timer_list
119 mod_timer(&est_timer, jiffies + 2*HZ);
149 init_timer(&est_timer);
150 est_timer.expires = jiffies + 2*HZ;
151 est_timer.function = estimation_timer;
152 add_timer(&est_timer);
176 del_timer_sync(&est_timer);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c105 static void est_timer(unsigned long arg) function
181 elist[est->interval].timer.function = est_timer;

Completed in 106 milliseconds