Lines Matching defs:task
1087 new->task = NULL;
1105 rpc_wake_up_queued_task(&sequence->wait, next->task);
1175 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task)
1184 seqid->task = task;
1189 rpc_sleep_on(&sequence->wait, task, NULL);
1213 struct task_struct *task;
1242 task = kthread_run(nfs4_run_state_manager, clp, "%s", buf);
1243 if (IS_ERR(task)) {
1245 __func__, PTR_ERR(task));
1247 nfs_mark_client_ready(clp, PTR_ERR(task));