Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_hybla.c20 u32 rho; /* Rho parameter, integer part */ member
40 ca->rho = ca->rho_3ls >> 3; in hybla_recalc_param()
50 ca->rho = 0; in hybla_init()
64 tp->snd_cwnd = ca->rho; in hybla_init()
110 if (ca->rho == 0) in hybla_cong_avoid()
113 rho_fractions = ca->rho_3ls - (ca->rho << 3); in hybla_cong_avoid()
130 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid()
/linux-4.1.27/net/sched/
Dsch_netem.c99 u32 rho; member
168 static void init_crandom(struct crndstate *state, unsigned long rho) in init_crandom() argument
170 state->rho = rho; in init_crandom()
180 u64 value, rho; in get_crandom() local
183 if (state->rho == 0) /* no correlation */ in get_crandom()
187 rho = (u64)state->rho + 1; in get_crandom()
188 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32; in get_crandom()
979 cor.delay_corr = q->delay_cor.rho; in netem_dump()
980 cor.loss_corr = q->loss_cor.rho; in netem_dump()
981 cor.dup_corr = q->dup_cor.rho; in netem_dump()
[all …]