Lines Matching defs:task
664 * @task: task that is waiting for portmapper request
669 void rpcb_getport_async(struct rpc_task *task)
684 clnt = rpcb_find_transport_owner(task->tk_client);
686 xprt = xprt_get(task->tk_xprt);
689 * some other task is already attempting to bind the port */
690 rpc_sleep_on_timeout(&xprt->binding, task,
727 trace_rpcb_getport(clnt, task, bind_version);
734 task->tk_client->cl_timeout);
787 task->tk_status = status;
793 * Rpcbind child task calls this callback via tk_exit.