Lines Matching defs:task
639 * @task: task that is waiting for portmapper request
644 void rpcb_getport_async(struct rpc_task *task)
659 clnt = rpcb_find_transport_owner(task->tk_client);
661 xprt = xprt_get(task->tk_xprt);
664 * some other task is already attempting to bind the port */
665 rpc_sleep_on_timeout(&xprt->binding, task,
702 trace_rpcb_getport(clnt, task, bind_version);
761 task->tk_status = status;
767 * Rpcbind child task calls this callback via tk_exit.