Searched refs:slow_task (Results 1 – 8 of 8) sorted by relevance
687 del_timer(&task->slow_task->timer); in pm8001_task_done()737 add_timer(&task->slow_task->timer); in pm8001_exec_internal_tmf_task()742 del_timer(&task->slow_task->timer); in pm8001_exec_internal_tmf_task()816 add_timer(&task->slow_task->timer); in pm8001_exec_internal_task_abort()831 del_timer(&task->slow_task->timer); in pm8001_exec_internal_task_abort()1187 struct sas_task_slow slow_task; in pm8001_abort_task() local1214 if (task->slow_task == NULL) { in pm8001_abort_task()1216 task->slow_task = &slow_task; in pm8001_abort_task()1299 &task->slow_task->completion, in pm8001_abort_task()1323 if (task->slow_task == &slow_task) in pm8001_abort_task()[all …]
2187 if (t->slow_task) in mpi_ssp_completion()2188 complete(&t->slow_task->completion); in mpi_ssp_completion()2804 if (t->slow_task) in mpi_sata_completion()2805 complete(&t->slow_task->completion); in mpi_sata_completion()
1207 del_timer_sync(&task->slow_task->timer); in hisi_sas_task_done()1208 complete(&task->slow_task->completion); in hisi_sas_task_done()1226 complete(&task->slow_task->completion); in hisi_sas_tmf_timedout()1258 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_exec_internal_tmf_task()1260 add_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()1265 del_timer_sync(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()1271 wait_for_completion(&task->slow_task->completion); in hisi_sas_exec_internal_tmf_task()2143 task->slow_task->timer.function = hisi_sas_tmf_timedout; in _hisi_sas_internal_task_abort()2145 add_timer(&task->slow_task->timer); in _hisi_sas_internal_task_abort()2150 del_timer_sync(&task->slow_task->timer); in _hisi_sas_internal_task_abort()[all …]
40 complete(&task->slow_task->completion); in smp_task_timedout()47 del_timer(&task->slow_task->timer); in smp_task_done()48 complete(&task->slow_task->completion); in smp_task_done()81 task->slow_task->timer.function = smp_task_timedout; in smp_execute_task_sg()82 task->slow_task->timer.expires = jiffies + SMP_TIMEOUT*HZ; in smp_execute_task_sg()83 add_timer(&task->slow_task->timer); in smp_execute_task_sg()88 del_timer(&task->slow_task->timer); in smp_execute_task_sg()93 wait_for_completion(&task->slow_task->completion); in smp_execute_task_sg()
52 task->slow_task = slow; in sas_alloc_slow_task()64 kfree(task->slow_task); in sas_free_task()
906 struct sas_task_slow *slow = task->slow_task; in sas_task_abort()
1262 if (!del_timer(&task->slow_task->timer)) in mvs_task_done()1264 complete(&task->slow_task->completion); in mvs_task_done()1273 complete(&task->slow_task->completion); in mvs_tmf_timedout()1294 task->slow_task->timer.function = mvs_tmf_timedout; in mvs_exec_internal_tmf_task()1295 task->slow_task->timer.expires = jiffies + MVS_TASK_TIMEOUT*HZ; in mvs_exec_internal_tmf_task()1296 add_timer(&task->slow_task->timer); in mvs_exec_internal_tmf_task()1301 del_timer(&task->slow_task->timer); in mvs_exec_internal_tmf_task()1306 wait_for_completion(&task->slow_task->completion); in mvs_exec_internal_tmf_task()
603 struct sas_task_slow *slow_task; member
Completed in 31 milliseconds