Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dxprt.h28 #define RPC_CWNDSCALE (1U << RPC_CWNDSHIFT) macro
29 #define RPC_INITCWND RPC_CWNDSCALE
/linux-6.1.9/net/sunrpc/
Dxprt.c471 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
485 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
570 cwnd += (RPC_CWNDSCALE * RPC_CWNDSCALE + (cwnd >> 1)) / cwnd; in xprt_adjust_cwnd()
576 if (cwnd < RPC_CWNDSCALE) in xprt_adjust_cwnd()
577 cwnd = RPC_CWNDSCALE; in xprt_adjust_cwnd()