Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dsvc_xprt.c30 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
822 rqstp->rq_deferred = svc_deferred_dequeue(xprt); in svc_handle_xprt()
1039 while ((dr = svc_deferred_dequeue(xprt)) != NULL) in svc_delete_xprt()
1255 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt) in svc_deferred_dequeue() function