Home
last modified time | relevance | path

Searched refs:restore_phase_mutex (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/habanalabs/common/
Dhabanalabs_drv.c137 mutex_init(&hpriv->restore_phase_mutex); in hl_device_open()
200 mutex_destroy(&hpriv->restore_phase_mutex); in hl_device_open()
Dcommand_submission.c1454 mutex_lock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
1473 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
1492 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
Ddevice.c70 mutex_destroy(&hpriv->restore_phase_mutex); in hpriv_release()
Dhabanalabs.h1772 struct mutex restore_phase_mutex; member