Searched refs:xpo_adjust_wspace (Results 1 – 3 of 3) sorted by relevance
28 void (*xpo_adjust_wspace)(struct svc_xprt *); member
464 if (xprt->xpt_ops->xpo_adjust_wspace) in svc_reserve()465 xprt->xpt_ops->xpo_adjust_wspace(xprt); in svc_reserve()
1297 .xpo_adjust_wspace = svc_tcp_adjust_wspace,