Searched refs:svc_recv (Results 1 – 5 of 5) sorted by relevance
56 int svc_recv(struct svc_serv *, struct svc_rqst *, long);
77 EXPORT_SYMBOL(svc_recv);
1032 svc_recv(struct svc_serv *serv, struct svc_rqst *rqstp, long timeout) in svc_recv() function
147 err = svc_recv(serv, rqstp, timeout); in lockd()
191 while ((err = svc_recv(serv, rqstp, in nfsd()