Home
last modified time | relevance | path

Searched refs:slow_task (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_sas.c687 del_timer(&task->slow_task->timer); in pm8001_task_done()
688 complete(&task->slow_task->completion); in pm8001_task_done()
700 complete(&task->slow_task->completion); in pm8001_tmf_timedout()
735 task->slow_task->timer.function = pm8001_tmf_timedout; in pm8001_exec_internal_tmf_task()
736 task->slow_task->timer.expires = jiffies + PM8001_TASK_TIMEOUT*HZ; in pm8001_exec_internal_tmf_task()
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()
746 wait_for_completion(&task->slow_task->completion); in pm8001_exec_internal_tmf_task()
819 task->slow_task->timer.function = pm8001_tmf_timedout; in pm8001_exec_internal_task_abort()
820 task->slow_task->timer.expires = jiffies + PM8001_TASK_TIMEOUT * HZ; in pm8001_exec_internal_task_abort()
[all …]
Dpm80xx_hwi.c2152 if (t->slow_task) in mpi_ssp_completion()
2153 complete(&t->slow_task->completion); in mpi_ssp_completion()
2746 if (t->slow_task) in mpi_sata_completion()
2747 complete(&t->slow_task->completion); in mpi_sata_completion()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_expander.c40 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_sync(&task->slow_task->timer); in smp_execute_task_sg()
93 wait_for_completion(&task->slow_task->completion); in smp_execute_task_sg()
Dsas_init.c52 task->slow_task = slow; in sas_alloc_slow_task()
64 kfree(task->slow_task); in sas_free_task()
Dsas_scsi_host.c898 struct sas_task_slow *slow = task->slow_task; in sas_task_abort()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_sas.c1262 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()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1170 del_timer(&task->slow_task->timer); in hisi_sas_task_done()
1171 complete(&task->slow_task->completion); in hisi_sas_task_done()
1189 complete(&task->slow_task->completion); in hisi_sas_tmf_timedout()
1221 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_exec_internal_tmf_task()
1222 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT * HZ; in hisi_sas_exec_internal_tmf_task()
1223 add_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1228 del_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1234 wait_for_completion(&task->slow_task->completion); in hisi_sas_exec_internal_tmf_task()
2058 task->slow_task->timer.function = hisi_sas_tmf_timedout; in _hisi_sas_internal_task_abort()
2059 task->slow_task->timer.expires = jiffies + INTERNAL_ABORT_TIMEOUT * HZ; in _hisi_sas_internal_task_abort()
[all …]
/kernel/linux/linux-5.10/include/scsi/
Dlibsas.h597 struct sas_task_slow *slow_task; member