Home
last modified time | relevance | path

Searched refs:xpo_adjust_wspace (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dsvc_xprt.h28 void (*xpo_adjust_wspace)(struct svc_xprt *); member
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c464 if (xprt->xpt_ops->xpo_adjust_wspace) in svc_reserve()
465 xprt->xpt_ops->xpo_adjust_wspace(xprt); in svc_reserve()
Dsvcsock.c1297 .xpo_adjust_wspace = svc_tcp_adjust_wspace,