Searched defs:rovr (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/
H A Dclnt.c714 struct rpc_task *rovr; local
724 list_for_each_entry(rovr, &clnt->cl_tasks, tk_task) {
725 if (!RPC_IS_ACTIVATED(rovr))
727 if (!(rovr->tk_flags & RPC_TASK_KILLED)) {
728 rovr->tk_flags |= RPC_TASK_KILLED;
729 rpc_exit(rovr, -EIO);
730 if (RPC_IS_QUEUED(rovr))
731 rpc_wake_up_queued_task(rovr->tk_waitqueue,
732 rovr);
H A Dxprtsock.c970 struct rpc_rqst *rovr; local
999 rovr = xprt_lookup_rqst(xprt, *xp);
1000 if (!rovr)
1002 task = rovr->rq_task;
1004 copied = rovr->rq_private_buf.buflen;
1008 if (xs_local_copy_to_xdr(&rovr->rq_private_buf, skb)) {
1033 struct rpc_rqst *rovr; local
1061 rovr = xprt_lookup_rqst(xprt, *xp);
1062 if (!rovr)
1064 task = rovr
[all...]

Completed in 26 milliseconds