Searched refs:RPC_CWNDSCALE (Results 1 – 2 of 2) sorted by relevance
402 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()416 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()458 cwnd += (RPC_CWNDSCALE * RPC_CWNDSCALE + (cwnd >> 1)) / cwnd; in xprt_adjust_cwnd()464 if (cwnd < RPC_CWNDSCALE) in xprt_adjust_cwnd()465 cwnd = RPC_CWNDSCALE; in xprt_adjust_cwnd()
30 #define RPC_CWNDSCALE (1U << RPC_CWNDSHIFT) macro31 #define RPC_INITCWND RPC_CWNDSCALE