Lines Matching refs:slow_task
953 if (!del_timer(&task->slow_task->timer)) in hisi_sas_task_done()
955 complete(&task->slow_task->completion); in hisi_sas_task_done()
969 complete(&task->slow_task->completion); in hisi_sas_tmf_timedout()
1001 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_exec_internal_tmf_task()
1002 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT*HZ; in hisi_sas_exec_internal_tmf_task()
1003 add_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1008 del_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1014 wait_for_completion(&task->slow_task->completion); in hisi_sas_exec_internal_tmf_task()
1806 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_internal_task_abort()
1807 task->slow_task->timer.expires = jiffies + INTERNAL_ABORT_TIMEOUT*HZ; in hisi_sas_internal_task_abort()
1808 add_timer(&task->slow_task->timer); in hisi_sas_internal_task_abort()
1813 del_timer(&task->slow_task->timer); in hisi_sas_internal_task_abort()
1818 wait_for_completion(&task->slow_task->completion); in hisi_sas_internal_task_abort()