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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dsvc.h420 void svc_reserve(struct svc_rqst *rqstp, int space);
439 svc_reserve(rqstp, space + added_space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc_xprt.c447 * svc_reserve - change the space reserved for the reply to a request.
456 void svc_reserve(struct svc_rqst *rqstp, int space) function
468 EXPORT_SYMBOL_GPL(svc_reserve); variable
494 svc_reserve(rqstp, 0);

Completed in 67 milliseconds