Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dxprt.h30 #define RPC_MAXCWND(xprt) ((xprt)->max_reqs << RPC_CWNDSHIFT) macro
/linux-6.3-rc2/net/sunrpc/
A Dxprt.c571 if (cwnd > RPC_MAXCWND(xprt)) in xprt_adjust_cwnd()
572 cwnd = RPC_MAXCWND(xprt); in xprt_adjust_cwnd()

Completed in 9 milliseconds