Home
last modified time | relevance | path

Searched refs:est_calc_phase (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_est.c188 ipvs->est_calc_phase = 1; in ip_vs_estimation_kthread()
194 if (ipvs->est_calc_phase) { in ip_vs_estimation_kthread()
908 ipvs->est_calc_phase = 0; in ip_vs_est_calc_phase()
951 ipvs->est_calc_phase = 0; in ip_vs_estimator_net_init()
H A Dip_vs_ctl.c282 start = !ipvs->est_calc_phase; in est_reload_work_handler()
2520 ipvs->est_calc_phase = 1; in ipvs_proc_est_cpumask_set()
/linux/include/net/
H A Dip_vs.h1295 int est_calc_phase; /* Calculation phase */ member