Searched refs:rho (Results 1 – 2 of 2) sorted by relevance
21 u32 rho; /* Rho parameter, integer part */ member41 ca->rho = ca->rho_3ls >> 3; in hybla_recalc_param()51 ca->rho = 0; in hybla_init()65 tcp_snd_cwnd_set(tp, ca->rho); in hybla_init()111 if (ca->rho == 0) in hybla_cong_avoid()114 rho_fractions = ca->rho_3ls - (ca->rho << 3); in hybla_cong_avoid()131 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid()
105 u32 rho; member177 static void init_crandom(struct crndstate *state, unsigned long rho) in init_crandom() argument179 state->rho = rho; in init_crandom()189 u64 value, rho; in get_crandom() local193 if (!state || state->rho == 0) /* no correlation */ in get_crandom()197 rho = (u64)state->rho + 1; in get_crandom()198 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32; in get_crandom()1184 cor.delay_corr = q->delay_cor.rho; in netem_dump()1185 cor.loss_corr = q->loss_cor.rho; in netem_dump()1186 cor.dup_corr = q->dup_cor.rho; in netem_dump()[all …]