Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_veno.c21 * with V_PARAM_SHIFT bits to the right of the binary point.
23 #define V_PARAM_SHIFT 1 macro
24 static const int beta = 3 << V_PARAM_SHIFT;
150 target_cwnd <<= V_PARAM_SHIFT; in tcp_veno_cong_avoid() local
153 veno->diff = (tp->snd_cwnd << V_PARAM_SHIFT) - target_cwnd; in tcp_veno_cong_avoid()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_veno.c21 * with V_PARAM_SHIFT bits to the right of the binary point.
23 #define V_PARAM_SHIFT 1 macro
24 static const int beta = 3 << V_PARAM_SHIFT;
150 target_cwnd <<= V_PARAM_SHIFT; in tcp_veno_cong_avoid() local
153 veno->diff = (tcp_snd_cwnd(tp) << V_PARAM_SHIFT) - target_cwnd; in tcp_veno_cong_avoid()

Completed in 2 milliseconds