Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c22 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
770 rqstp->rq_deferred = svc_deferred_dequeue(xprt); in svc_handle_xprt()
976 while ((dr = svc_deferred_dequeue(xprt)) != NULL) in svc_delete_xprt()
1174 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt) in svc_deferred_dequeue() function