Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libsas/
Dsas_scsi_host.c899 del_timer(&task->slow_task->timer); in sas_task_internal_done()
900 complete(&task->slow_task->completion); in sas_task_internal_done()
918 complete(&task->slow_task->completion); in sas_task_internal_timedout()
941 task->slow_task->timer.function = sas_task_internal_timedout; in sas_execute_internal_abort()
942 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT; in sas_execute_internal_abort()
943 add_timer(&task->slow_task->timer); in sas_execute_internal_abort()
951 del_timer_sync(&task->slow_task->timer); in sas_execute_internal_abort()
957 wait_for_completion(&task->slow_task->completion); in sas_execute_internal_abort()
1044 task->slow_task->timer.function = sas_task_internal_timedout; in sas_execute_tmf()
1045 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT; in sas_execute_tmf()
[all …]
Dsas_init.c52 task->slow_task = slow; in sas_alloc_slow_task()
64 kfree(task->slow_task); in sas_free_task()
Dsas_expander.c63 task->slow_task->timer.function = sas_task_internal_timedout; in smp_execute_task_sg()
64 task->slow_task->timer.expires = jiffies + SMP_TIMEOUT*HZ; in smp_execute_task_sg()
65 add_timer(&task->slow_task->timer); in smp_execute_task_sg()
70 del_timer_sync(&task->slow_task->timer); in smp_execute_task_sg()
75 wait_for_completion(&task->slow_task->completion); in smp_execute_task_sg()
/linux-6.1.9/drivers/scsi/pm8001/
Dpm8001_sas.c692 del_timer(&task->slow_task->timer); in pm8001_task_done()
693 complete(&task->slow_task->completion); in pm8001_task_done()
993 struct sas_task_slow slow_task; in pm8001_abort_task() local
1020 if (task->slow_task == NULL) { in pm8001_abort_task()
1021 init_completion(&slow_task.completion); in pm8001_abort_task()
1022 task->slow_task = &slow_task; in pm8001_abort_task()
1104 &task->slow_task->completion, in pm8001_abort_task()
1126 if (task->slow_task == &slow_task) in pm8001_abort_task()
1127 task->slow_task = NULL; in pm8001_abort_task()
Dpm80xx_hwi.c2178 if (t->slow_task) in mpi_ssp_completion()
2179 complete(&t->slow_task->completion); in mpi_ssp_completion()
2773 if (t->slow_task) in mpi_sata_completion()
2774 complete(&t->slow_task->completion); in mpi_sata_completion()
/linux-6.1.9/include/scsi/
Dlibsas.h624 struct sas_task_slow *slow_task; member