Lines Matching refs:slow_task
1172 del_timer(&task->slow_task->timer); in hisi_sas_task_done()
1173 complete(&task->slow_task->completion); in hisi_sas_task_done()
1191 complete(&task->slow_task->completion); in hisi_sas_tmf_timedout()
1223 task->slow_task->timer.function = hisi_sas_tmf_timedout; in hisi_sas_exec_internal_tmf_task()
1224 task->slow_task->timer.expires = jiffies + TASK_TIMEOUT * HZ; in hisi_sas_exec_internal_tmf_task()
1225 add_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1230 del_timer(&task->slow_task->timer); in hisi_sas_exec_internal_tmf_task()
1236 wait_for_completion(&task->slow_task->completion); in hisi_sas_exec_internal_tmf_task()
2061 task->slow_task->timer.function = hisi_sas_tmf_timedout; in _hisi_sas_internal_task_abort()
2062 task->slow_task->timer.expires = jiffies + INTERNAL_ABORT_TIMEOUT * HZ; in _hisi_sas_internal_task_abort()
2063 add_timer(&task->slow_task->timer); in _hisi_sas_internal_task_abort()
2068 del_timer(&task->slow_task->timer); in _hisi_sas_internal_task_abort()
2073 wait_for_completion(&task->slow_task->completion); in _hisi_sas_internal_task_abort()