Searched refs:slow_task (Results 1 – 5 of 5) sorted by relevance
862 timer_delete(&task->slow_task->timer); in sas_task_internal_done()863 complete(&task->slow_task->completion); in sas_task_internal_done()881 complete(&task->slow_task->completion); in sas_task_internal_timedout()905 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT; in sas_execute_internal_abort()906 add_timer(&task->slow_task->timer); in sas_execute_internal_abort()914 timer_delete_sync(&task->slow_task->timer); in sas_execute_internal_abort()920 wait_for_completion(&task->slow_task->completion); in sas_execute_internal_abort()1009 add_timer(&task->slow_task->timer); in sas_execute_tmf()1013 timer_delete_sync(&task->slow_task->timer); in sas_execute_tmf()1019 wait_for_completion(&task->slow_task->completion); in sas_execute_tmf()[all …]
51 task->slow_task = slow; in sas_alloc_slow_task()62 kfree(task->slow_task); in sas_free_task()
85 task->slow_task->timer.function = sas_task_internal_timedout; in smp_execute_task_sg()86 task->slow_task->timer.expires = jiffies + SMP_TIMEOUT*HZ; in smp_execute_task_sg()87 add_timer(&task->slow_task->timer); in smp_execute_task_sg()92 timer_delete_sync(&task->slow_task->timer); in smp_execute_task_sg()97 wait_for_completion(&task->slow_task->completion); in smp_execute_task_sg()
1052 struct sas_task_slow slow_task; in pm8001_abort_task() local1079 if (task->slow_task == NULL) { in pm8001_abort_task()1080 init_completion(&slow_task.completion); in pm8001_abort_task()1081 task->slow_task = &slow_task; in pm8001_abort_task()1163 &task->slow_task->completion, in pm8001_abort_task()1192 if (task->slow_task == &slow_task) in pm8001_abort_task()1193 task->slow_task = NULL; in pm8001_abort_task()
2099 if (t->slow_task) in mpi_ssp_completion()2100 complete(&t->slow_task->completion); in mpi_ssp_completion()2687 if (t->slow_task) in mpi_sata_completion()2688 complete(&t->slow_task->completion); in mpi_sata_completion()
Completed in 20 milliseconds