Lines Matching refs:slow_task
1174 del_timer(&task->slow_task->timer); in hisi_sas_task_done()
1175 complete(&task->slow_task->completion); in hisi_sas_task_done()
1193 complete(&task->slow_task->completion); in hisi_sas_tmf_timedout()
1225 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_exec_internal_tmf_task()
1226 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT; in hisi_sas_exec_internal_tmf_task()
1227 add_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1232 del_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1238 wait_for_completion(&task->slow_task->completion); in hisi_sas_exec_internal_tmf_task()
2093 task->slow_task->timer.function = hisi_sas_tmf_timedout; in _hisi_sas_internal_task_abort()
2094 task->slow_task->timer.expires = jiffies + INTERNAL_ABORT_TIMEOUT; in _hisi_sas_internal_task_abort()
2095 add_timer(&task->slow_task->timer); in _hisi_sas_internal_task_abort()
2100 del_timer(&task->slow_task->timer); in _hisi_sas_internal_task_abort()
2105 wait_for_completion(&task->slow_task->completion); in _hisi_sas_internal_task_abort()