Searched refs:est_timer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 101 struct netns_ipvs *ipvs = from_timer(ipvs, t, est_timer); in estimation_timer() 134 mod_timer(&ipvs->est_timer, jiffies + 2*HZ); in estimation_timer() 191 timer_setup(&ipvs->est_timer, estimation_timer, 0); in ip_vs_estimator_net_init() 192 mod_timer(&ipvs->est_timer, jiffies + 2 * HZ); in ip_vs_estimator_net_init() 198 del_timer_sync(&ipvs->est_timer); in ip_vs_estimator_net_cleanup()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 202 gap = kd->est_timer - now; in ip_vs_estimation_kthread() 205 kd->est_timer = now - IPVS_EST_TICK; in ip_vs_estimation_kthread() 212 kd->est_timer = now; in ip_vs_estimation_kthread() 222 kd->est_timer += IPVS_EST_TICK; in ip_vs_estimation_kthread() 254 gap = kd->est_timer - now; in ip_vs_est_kthread_start() 255 /* Sync est_timer if task is starting later */ in ip_vs_est_kthread_start() 257 kd->est_timer = now; in ip_vs_est_kthread_start() 332 kd->est_timer = jiffies; in ip_vs_est_add_kthread()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | gen_estimator.c | 76 static void est_timer(struct timer_list *t) in est_timer() function 180 timer_setup(&est->timer, est_timer, 0); in gen_new_estimator()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | gen_estimator.c | 76 static void est_timer(struct timer_list *t) in est_timer() function 186 timer_setup(&est->timer, est_timer, 0); in gen_new_estimator()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_vs.h | 948 struct timer_list est_timer; /* Estimation timer */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_vs.h | 457 unsigned long est_timer; /* estimation timer (jiffies) */ member
|
Completed in 13 milliseconds