Lines Matching defs:task
23 struct rpc_task *task = v;
24 struct rpc_clnt *clnt = task->tk_client;
27 if (RPC_IS_QUEUED(task))
28 rpc_waitq = rpc_qname(task->tk_waitqueue);
30 if (task->tk_rqstp)
31 xid = be32_to_cpu(task->tk_rqstp->rq_xid);
34 task->tk_pid, task->tk_flags, task->tk_status,
35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops,
36 clnt->cl_program->name, clnt->cl_vers, rpc_proc_name(task),
37 task->tk_action, rpc_waitq);
47 struct rpc_task *task;
50 list_for_each_entry(task, &clnt->cl_tasks, tk_task)
52 return task;
60 struct rpc_task *task = v;
61 struct list_head *next = task->tk_task.next;
65 /* If there's another task on list, return it */