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()
113 u32 rho;190 static void init_crandom(struct crndstate *state, unsigned long rho) in get_crandom() 192 state->rho = rho; in get_crandom() local 198 * rho is scaled to avoid floating point. in get_crandom() 202 u64 value, rho; in get_crandom() 206 if (!state || state->rho == 0) /* no correlation */210 rho = (u64)state->rho + 1; in loss_4state() 211 answer = (value * ((1ull<<32) - rho) in loss_4state() 108 u32 rho; global() member 180 init_crandom(struct crndstate * state,unsigned long rho) init_crandom() argument [all...]