Lines Matching defs:rho
21 u32 rho; /* Rho parameter, integer part */
41 ca->rho = ca->rho_3ls >> 3;
51 ca->rho = 0;
65 tp->snd_cwnd = ca->rho;
97 /* Recalculate rho only if this srtt is the lowest */
111 if (ca->rho == 0)
114 rho_fractions = ca->rho_3ls - (ca->rho << 3);
120 * This is done by splitting the rho parameter
131 increment = ((1 << min(ca->rho, 16U)) *
137 * as long as increment is estimated as (rho<<7)/window