Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/net/sched/
Dsch_netem.c104 u32 rho; member
171 static void init_crandom(struct crndstate *state, unsigned long rho) in init_crandom() argument
173 state->rho = rho; in init_crandom()
183 u64 value, rho; in get_crandom() local
186 if (!state || state->rho == 0) /* no correlation */ in get_crandom()
190 rho = (u64)state->rho + 1; in get_crandom()
191 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32; in get_crandom()
1118 cor.delay_corr = q->delay_cor.rho; in netem_dump()
1119 cor.loss_corr = q->loss_cor.rho; in netem_dump()
1120 cor.dup_corr = q->dup_cor.rho; in netem_dump()
[all …]