Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_sas.c651 if (!del_timer(&task->slow_task->timer)) in pm8001_task_done()
653 complete(&task->slow_task->completion); in pm8001_task_done()
661 complete(&task->slow_task->completion); in pm8001_tmf_timedout()
694 task->slow_task->timer.data = (unsigned long)task; in pm8001_exec_internal_tmf_task()
695 task->slow_task->timer.function = pm8001_tmf_timedout; in pm8001_exec_internal_tmf_task()
696 task->slow_task->timer.expires = jiffies + PM8001_TASK_TIMEOUT*HZ; in pm8001_exec_internal_tmf_task()
697 add_timer(&task->slow_task->timer); in pm8001_exec_internal_tmf_task()
702 del_timer(&task->slow_task->timer); in pm8001_exec_internal_tmf_task()
708 wait_for_completion(&task->slow_task->completion); in pm8001_exec_internal_tmf_task()
781 task->slow_task->timer.data = (unsigned long)task; in pm8001_exec_internal_task_abort()
[all …]
/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c54 complete(&task->slow_task->completion); in smp_task_timedout()
59 if (!del_timer(&task->slow_task->timer)) in smp_task_done()
61 complete(&task->slow_task->completion); in smp_task_done()
94 task->slow_task->timer.data = (unsigned long) task; in smp_execute_task()
95 task->slow_task->timer.function = smp_task_timedout; in smp_execute_task()
96 task->slow_task->timer.expires = jiffies + SMP_TIMEOUT*HZ; in smp_execute_task()
97 add_timer(&task->slow_task->timer); in smp_execute_task()
102 del_timer(&task->slow_task->timer); in smp_execute_task()
107 wait_for_completion(&task->slow_task->completion); in smp_execute_task()
Dsas_init.c68 task->slow_task = slow; in sas_alloc_slow_task()
79 kfree(task->slow_task); in sas_free_task()
Dsas_scsi_host.c931 struct sas_task_slow *slow = task->slow_task; in sas_task_abort()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c1276 if (!del_timer(&task->slow_task->timer)) in mvs_task_done()
1278 complete(&task->slow_task->completion); in mvs_task_done()
1286 complete(&task->slow_task->completion); in mvs_tmf_timedout()
1307 task->slow_task->timer.data = (unsigned long) task; in mvs_exec_internal_tmf_task()
1308 task->slow_task->timer.function = mvs_tmf_timedout; in mvs_exec_internal_tmf_task()
1309 task->slow_task->timer.expires = jiffies + MVS_TASK_TIMEOUT*HZ; in mvs_exec_internal_tmf_task()
1310 add_timer(&task->slow_task->timer); in mvs_exec_internal_tmf_task()
1315 del_timer(&task->slow_task->timer); in mvs_exec_internal_tmf_task()
1320 wait_for_completion(&task->slow_task->completion); in mvs_exec_internal_tmf_task()
/linux-4.4.14/include/scsi/
Dlibsas.h623 struct sas_task_slow *slow_task; member