Searched refs:RPC_CWNDSCALE (Results 1 – 1 of 1) sorted by relevance
84 #define RPC_CWNDSCALE (1U << RPC_CWNDSHIFT) macro85 #define RPC_INITCWND RPC_CWNDSCALE393 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()407 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()439 cwnd += (RPC_CWNDSCALE * RPC_CWNDSCALE + (cwnd >> 1)) / cwnd; in xprt_adjust_cwnd()445 if (cwnd < RPC_CWNDSCALE) in xprt_adjust_cwnd()446 cwnd = RPC_CWNDSCALE; in xprt_adjust_cwnd()