Searched refs:est_timer (Results 1 – 5 of 5) sorted by relevance
101 struct netns_ipvs *ipvs = from_timer(ipvs, t, est_timer); in estimation_timer()139 mod_timer(&ipvs->est_timer, jiffies + 2*HZ); in estimation_timer()196 timer_setup(&ipvs->est_timer, estimation_timer, 0); in ip_vs_estimator_net_init()197 mod_timer(&ipvs->est_timer, jiffies + 2 * HZ); in ip_vs_estimator_net_init()203 del_timer_sync(&ipvs->est_timer); in ip_vs_estimator_net_cleanup()
76 static void est_timer(struct timer_list *t) in est_timer() function186 timer_setup(&est->timer, est_timer, 0); in gen_new_estimator()
947 struct timer_list est_timer; /* Estimation timer */ member
50667 ffff800010d84980 t est_timer
Completed in 419 milliseconds