Lines Matching refs:slow_task
687 del_timer(&task->slow_task->timer);
688 complete(&task->slow_task->completion);
700 complete(&task->slow_task->completion);
735 task->slow_task->timer.function = pm8001_tmf_timedout;
736 task->slow_task->timer.expires = jiffies + PM8001_TASK_TIMEOUT*HZ;
737 add_timer(&task->slow_task->timer);
742 del_timer(&task->slow_task->timer);
746 wait_for_completion(&task->slow_task->completion);
819 task->slow_task->timer.function = pm8001_tmf_timedout;
820 task->slow_task->timer.expires = jiffies + PM8001_TASK_TIMEOUT * HZ;
821 add_timer(&task->slow_task->timer);
835 del_timer(&task->slow_task->timer);
840 wait_for_completion(&task->slow_task->completion);
1190 struct sas_task_slow slow_task;
1208 if (task->slow_task == NULL) {
1209 init_completion(&slow_task.completion);
1210 task->slow_task = &slow_task;
1293 &task->slow_task->completion,
1317 if (task->slow_task == &slow_task)
1318 task->slow_task = NULL;