Home
last modified time | relevance | path

Searched refs:ktrow (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c395 int delay = est->ktrow; in ip_vs_enqueue_estimator()
461 est->ktrow = row; in ip_vs_enqueue_estimator()
491 est->ktrow = IPVS_EST_NTICKS - 1; /* Initial delay */ in ip_vs_start_estimator()
526 int row = est->ktrow; in ip_vs_stop_estimator()
851 est->ktrow = row - kd->est_row; in ip_vs_est_calc_phase()
852 if (est->ktrow < 0) in ip_vs_est_calc_phase()
853 est->ktrow += IPVS_EST_NTICKS; in ip_vs_est_calc_phase()
/openbmc/linux/include/net/
H A Dip_vs.h369 ktrow:8, /* row/tick ID for kthread */ member
439 #error Too many timer ticks for ktrow