Searched refs:increment (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dtcp_hybla.c19 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */
93 u32 increment, odd, rho_fractions; local
130 increment = ((1 << min(ca->rho, 16U)) *
136 * as long as increment is estimated as (rho<<7)/window
139 increment = ca->rho2_7ls / tp->snd_cwnd;
140 if (increment < 128)
144 odd = increment % 128;
145 tp->snd_cwnd += increment >> 7;
155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) {
/net/sched/
H A Dsch_sfb.c63 u32 increment; /* d1 */ member in struct:sfb_sched_data
190 b->p_mark = prob_plus(b->p_mark, q->increment);
485 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */
529 q->increment = ctl->increment;
567 .increment = q->increment,

Completed in 48 milliseconds