Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc.h457 void svc_reserve(struct svc_rqst *rqstp, int space);
488 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
/linux/net/sunrpc/
H A Dsvc_xprt.c521 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function
534 EXPORT_SYMBOL_GPL(svc_reserve);
570 svc_reserve(rqstp, 0); in svc_xprt_release()