Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds