Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_illinois.c22 #define ALPHA_SHIFT 7 macro
23 #define ALPHA_SCALE (1u<<ALPHA_SHIFT)
286 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()
/Linux-v6.6/drivers/clk/qcom/
Dclk-alpha-pll.c240 #define ALPHA_SHIFT(w) min(w, ALPHA_BITWIDTH) macro
568 return (prate * l) + ((prate * a) >> ALPHA_SHIFT(alpha_width)); in alpha_pll_calc_rate()
588 quotient = remainder << ALPHA_SHIFT(alpha_width); in alpha_pll_round_rate()